logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (6958B)


  1. {
  2. "keyboard_name": "HAVEN65",
  3. "manufacturer": "Atelier_Haven",
  4. "url": "https://keyspensory.store/products/gb-haven65-by-atelier-haven",
  5. "maintainer": "Freather",
  6. "usb": {
  7. "vid": "0x4446",
  8. "pid": "0x4665",
  9. "device_version": "1.0.0"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "atmel-dfu",
  13. "matrix_pins": {
  14. "rows": ["B5", "B6", "C6", "F1", "D6"],
  15. "cols": ["F7", "F6", "F5", "F4", "F0", "B4", "D0", "D1", "D2", "D3", "D5", "B0", "B1", "B2", "B3"]
  16. },
  17. "diode_direction": "COL2ROW",
  18. "features": {
  19. "bootmagic": true,
  20. "mousekey": true,
  21. "extrakey": true,
  22. "command": true,
  23. "nkro": true,
  24. "rgblight": true
  25. },
  26. "ws2812": {
  27. "pin": "C7"
  28. },
  29. "rgblight": {
  30. "led_count": 1,
  31. "saturation_steps": 8,
  32. "brightness_steps": 8,
  33. "sleep": true,
  34. "animations": {
  35. "alternating": true,
  36. "breathing": true,
  37. "christmas": true,
  38. "knight": true,
  39. "rainbow_mood": true,
  40. "rainbow_swirl": true,
  41. "rgb_test": true,
  42. "snake": true,
  43. "static_gradient": true,
  44. "twinkle": true
  45. }
  46. },
  47. "layout_aliases": {
  48. "LAYOUT": "LAYOUT_65_ansi_blocker"
  49. },
  50. "community_layouts": [
  51. "65_ansi_blocker"
  52. ],
  53. "layouts": {
  54. "LAYOUT_65_ansi_blocker": {
  55. "layout": [
  56. { "label": "Esc", "matrix":[0,0],"x": 0, "y": 0 },
  57. { "label": "1", "matrix":[0,1],"x": 1, "y": 0 },
  58. { "label": "2", "matrix":[0,2],"x": 2, "y": 0 },
  59. { "label": "3", "matrix":[0,3],"x": 3, "y": 0 },
  60. { "label": "4", "matrix":[0,4],"x": 4, "y": 0 },
  61. { "label": "5", "matrix":[0,5],"x": 5, "y": 0 },
  62. { "label": "6", "matrix":[0,6],"x": 6, "y": 0 },
  63. { "label": "7", "matrix":[0,7],"x": 7, "y": 0 },
  64. { "label": "8", "matrix":[0,8],"x": 8, "y": 0 },
  65. { "label": "9", "matrix":[0,9],"x": 9, "y": 0 },
  66. { "label": "0", "matrix":[0,10],"x": 10, "y": 0 },
  67. { "label": "-", "matrix":[0,11],"x": 11, "y": 0 },
  68. { "label": "=", "matrix":[0,12],"x": 12, "y": 0 },
  69. { "label": "backspace", "matrix":[0,13],"x": 13, "y": 0, "w": 2 },
  70. { "label": "home", "matrix":[0,14],"x": 15, "y": 0 },
  71. { "label": "tab", "matrix":[1,0],"x": 0, "y": 1, "w": 1.5 },
  72. { "label": "q", "matrix":[1,1],"x": 1.5, "y": 1 },
  73. { "label": "w", "matrix":[1,2],"x": 2.5, "y": 1 },
  74. { "label": "e", "matrix":[1,3],"x": 3.5, "y": 1 },
  75. { "label": "r", "matrix":[1,4],"x": 4.5, "y": 1 },
  76. { "label": "t", "matrix":[1,5],"x": 5.5, "y": 1 },
  77. { "label": "y", "matrix":[1,6],"x": 6.5, "y": 1 },
  78. { "label": "u", "matrix":[1,7],"x": 7.5, "y": 1 },
  79. { "label": "i", "matrix":[1,8],"x": 8.5, "y": 1 },
  80. { "label": "o", "matrix":[1,9],"x": 9.5, "y": 1 },
  81. { "label": "p", "matrix":[1,10],"x": 10.5, "y": 1 },
  82. { "label": "{", "matrix":[1,11],"x": 11.5, "y": 1 },
  83. { "label": "}", "matrix":[1,12],"x": 12.5, "y": 1 },
  84. { "label": "|", "matrix":[2,13],"x": 13.5, "y": 1, "w": 1.5 },
  85. { "label": "insert", "matrix":[1,14],"x": 15, "y": 1 },
  86. { "label": "capslock", "matrix":[2,0],"x": 0, "y": 2, "w": 1.75 },
  87. { "label": "a", "matrix":[2,1],"x": 1.75, "y": 2 },
  88. { "label": "s", "matrix":[2,2],"x": 2.75, "y": 2 },
  89. { "label": "d", "matrix":[2,3],"x": 3.75, "y": 2 },
  90. { "label": "f", "matrix":[2,4],"x": 4.75, "y": 2 },
  91. { "label": "g", "matrix":[2,5],"x": 5.75, "y": 2 },
  92. { "label": "h", "matrix":[2,6],"x": 6.75, "y": 2 },
  93. { "label": "j", "matrix":[2,7],"x": 7.75, "y": 2 },
  94. { "label": "k", "matrix":[2,8],"x": 8.75, "y": 2 },
  95. { "label": "l", "matrix":[2,9],"x": 9.75, "y": 2 },
  96. { "label": ";", "matrix":[2,10],"x": 10.75, "y": 2 },
  97. { "label": "'", "matrix":[2,11],"x": 11.75, "y": 2 },
  98. { "label": "enter", "matrix":[2,12],"x": 12.75, "y": 2, "w": 2.25 },
  99. { "label": "delete", "matrix":[2,14],"x": 15, "y": 2 },
  100. { "label": "leftshift", "matrix":[3,0],"x": 0, "y": 3, "w": 2.25 },
  101. { "label": "z", "matrix":[3,2],"x": 2.25, "y": 3 },
  102. { "label": "x", "matrix":[3,3],"x": 3.25, "y": 3 },
  103. { "label": "c", "matrix":[3,4],"x": 4.25, "y": 3 },
  104. { "label": "v", "matrix":[3,5],"x": 5.25, "y": 3 },
  105. { "label": "b", "matrix":[3,6],"x": 6.25, "y": 3 },
  106. { "label": "n", "matrix":[3,7],"x": 7.25, "y": 3 },
  107. { "label": "m", "matrix":[3,8],"x": 8.25, "y": 3 },
  108. { "label": ",", "matrix":[3,9],"x": 9.25, "y": 3 },
  109. { "label": ".", "matrix":[3,10],"x": 10.25, "y": 3 },
  110. { "label": "/", "matrix":[3,11],"x": 11.25, "y": 3 },
  111. { "label": "rightshift", "matrix":[3,12],"x": 12.25, "y": 3, "w": 1.75 },
  112. { "label": "up", "matrix":[3,13],"x": 14, "y": 3 },
  113. { "label": "end", "matrix":[3,14],"x": 15, "y": 3 },
  114. { "label": "lctrl", "matrix":[4,0],"x": 0, "y": 4, "w": 1.25 },
  115. { "label": "lwin", "matrix":[4,1],"x": 1.25, "y": 4, "w": 1.25 },
  116. { "label": "lalt", "matrix":[4,2],"x": 2.5, "y": 4, "w": 1.25 },
  117. { "label": "space", "matrix":[4,6],"x": 3.75, "y": 4, "w": 6.25 },
  118. { "label": "ralt", "matrix":[4,9],"x": 10, "y": 4, "w": 1.25 },
  119. { "label": "MO(1)", "matrix":[4,10],"x": 11.25, "y": 4, "w": 1.25 },
  120. { "label": "left", "matrix":[4,11],"x": 13, "y": 4 },
  121. { "label": "down", "matrix":[4,12],"x": 14, "y": 4 },
  122. { "label": "right", "matrix":[4,13],"x": 15, "y": 4 }
  123. ]
  124. }
  125. }
  126. }