logo

qmk_firmware

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

keyboard.json (7849B)


  1. {
  2. "keyboard_name": "Pearl",
  3. "manufacturer": "Koobaczech",
  4. "maintainer": "Koobaczech",
  5. "usb": {
  6. "vid": "0x6963",
  7. "pid": "0x6965",
  8. "device_version": "0.0.1"
  9. },
  10. "build": {
  11. "lto": true
  12. },
  13. "features": {
  14. "audio": true,
  15. "bootmagic": false,
  16. "extrakey": true,
  17. "haptic": true,
  18. "mousekey": false,
  19. "nkro": true,
  20. "rgblight": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "cols": ["D2", "F1", "F4", "F5", "F6", "C7", "B6", "B5", "B4", "D7", "D6", "D4", "D5"],
  30. "rows": ["D3", "F7", "F0", "E6"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "indicators": {
  34. "caps_lock": "B0",
  35. "num_lock": "B1",
  36. "scroll_lock": "B2",
  37. "on_state": 0
  38. },
  39. "haptic": {
  40. "driver": "drv2605l"
  41. },
  42. "rgblight": {
  43. "saturation_steps": 8,
  44. "brightness_steps": 8,
  45. "led_count": 10,
  46. "sleep": true,
  47. "animations": {
  48. "breathing": true,
  49. "rainbow_mood": true,
  50. "rainbow_swirl": true,
  51. "snake": true,
  52. "knight": true,
  53. "christmas": true,
  54. "static_gradient": true,
  55. "rgb_test": true,
  56. "alternating": true,
  57. "twinkle": true
  58. }
  59. },
  60. "ws2812": {
  61. "pin": "B3"
  62. },
  63. "processor": "atmega32u4",
  64. "bootloader": "atmel-dfu",
  65. "debounce": 4,
  66. "layouts": {
  67. "LAYOUT_all": {
  68. "layout": [
  69. {"label": "Esc", "matrix": [0, 0], "x": 0, "y": 0},
  70. {"label": "Q", "matrix": [0, 1], "x": 1, "y": 0},
  71. {"label": "W", "matrix": [0, 2], "x": 2, "y": 0},
  72. {"label": "E", "matrix": [0, 3], "x": 3, "y": 0},
  73. {"label": "R", "matrix": [0, 4], "x": 4, "y": 0},
  74. {"label": "T", "matrix": [0, 5], "x": 5, "y": 0},
  75. {"label": "Y", "matrix": [0, 6], "x": 6, "y": 0},
  76. {"label": "U", "matrix": [0, 7], "x": 7, "y": 0},
  77. {"label": "I", "matrix": [0, 8], "x": 8, "y": 0},
  78. {"label": "O", "matrix": [0, 9], "x": 9, "y": 0},
  79. {"label": "P", "matrix": [0, 10], "x": 10, "y": 0},
  80. {"label": "-", "matrix": [0, 11], "x": 11, "y": 0},
  81. {"label": "Backspace", "matrix": [0, 12], "x": 12, "y": 0},
  82. {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  83. {"label": "A", "matrix": [1, 1], "x": 1.5, "y": 1},
  84. {"label": "S", "matrix": [1, 2], "x": 2.5, "y": 1},
  85. {"label": "D", "matrix": [1, 3], "x": 3.5, "y": 1},
  86. {"label": "F", "matrix": [1, 4], "x": 4.5, "y": 1},
  87. {"label": "G", "matrix": [1, 5], "x": 5.5, "y": 1},
  88. {"label": "H", "matrix": [1, 6], "x": 6.5, "y": 1},
  89. {"label": "J", "matrix": [1, 7], "x": 7.5, "y": 1},
  90. {"label": "K", "matrix": [1, 8], "x": 8.5, "y": 1},
  91. {"label": "L", "matrix": [1, 9], "x": 9.5, "y": 1},
  92. {"label": ";", "matrix": [1, 10], "x": 10.5, "y": 1},
  93. {"label": "Enter", "matrix": [1, 11], "x": 11.5, "y": 1, "w": 1.5},
  94. {"label": "Caps Lock", "matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  95. {"label": "Z", "matrix": [2, 1], "x": 1.75, "y": 2},
  96. {"label": "X", "matrix": [2, 2], "x": 2.75, "y": 2},
  97. {"label": "C", "matrix": [2, 3], "x": 3.75, "y": 2},
  98. {"label": "V", "matrix": [2, 4], "x": 4.75, "y": 2},
  99. {"label": "B", "matrix": [2, 5], "x": 5.75, "y": 2},
  100. {"label": "N", "matrix": [2, 6], "x": 6.75, "y": 2},
  101. {"label": "M", "matrix": [2, 7], "x": 7.75, "y": 2},
  102. {"label": ",", "matrix": [2, 8], "x": 8.75, "y": 2},
  103. {"label": ".", "matrix": [2, 9], "x": 9.75, "y": 2},
  104. {"label": "/", "matrix": [2, 10], "x": 10.75, "y": 2},
  105. {"label": "Shift", "matrix": [2, 11], "x": 11.75, "y": 2, "w": 1.25},
  106. {"label": "Ctrl", "matrix": [3, 0], "x": 1.125, "y": 3},
  107. {"label": "Alt", "matrix": [3, 1], "x": 2.125, "y": 3, "w": 1.25},
  108. {"label": "GUI", "matrix": [3, 2], "x": 3.375, "y": 3, "w": 1.25},
  109. {"label": "Space", "matrix": [3, 3], "x": 4.625, "y": 3, "w": 2.25},
  110. {"label": "Backspace", "matrix": [3, 4], "x": 6.875, "y": 3, "w": 2.75},
  111. {"label": "Menu", "matrix": [3, 5], "x": 9.625, "y": 3, "w": 1.25},
  112. {"label": "Fn", "matrix": [3, 6], "x": 10.875, "y": 3}
  113. ]
  114. },
  115. "LAYOUT_625u_space": {
  116. "layout": [
  117. {"label": "Esc", "matrix": [0, 0], "x": 0, "y": 0},
  118. {"label": "Q", "matrix": [0, 1], "x": 1, "y": 0},
  119. {"label": "W", "matrix": [0, 2], "x": 2, "y": 0},
  120. {"label": "E", "matrix": [0, 3], "x": 3, "y": 0},
  121. {"label": "R", "matrix": [0, 4], "x": 4, "y": 0},
  122. {"label": "T", "matrix": [0, 5], "x": 5, "y": 0},
  123. {"label": "Y", "matrix": [0, 6], "x": 6, "y": 0},
  124. {"label": "U", "matrix": [0, 7], "x": 7, "y": 0},
  125. {"label": "I", "matrix": [0, 8], "x": 8, "y": 0},
  126. {"label": "O", "matrix": [0, 9], "x": 9, "y": 0},
  127. {"label": "P", "matrix": [0, 10], "x": 10, "y": 0},
  128. {"label": "-", "matrix": [0, 11], "x": 11, "y": 0},
  129. {"label": "Backspace", "matrix": [0, 12], "x": 12, "y": 0},
  130. {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
  131. {"label": "A", "matrix": [1, 1], "x": 1.5, "y": 1},
  132. {"label": "S", "matrix": [1, 2], "x": 2.5, "y": 1},
  133. {"label": "D", "matrix": [1, 3], "x": 3.5, "y": 1},
  134. {"label": "F", "matrix": [1, 4], "x": 4.5, "y": 1},
  135. {"label": "G", "matrix": [1, 5], "x": 5.5, "y": 1},
  136. {"label": "H", "matrix": [1, 6], "x": 6.5, "y": 1},
  137. {"label": "J", "matrix": [1, 7], "x": 7.5, "y": 1},
  138. {"label": "K", "matrix": [1, 8], "x": 8.5, "y": 1},
  139. {"label": "L", "matrix": [1, 9], "x": 9.5, "y": 1},
  140. {"label": ";", "matrix": [1, 10], "x": 10.5, "y": 1},
  141. {"label": "Enter", "matrix": [1, 11], "x": 11.5, "y": 1, "w": 1.5},
  142. {"label": "Caps Lock", "matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  143. {"label": "Z", "matrix": [2, 1], "x": 1.75, "y": 2},
  144. {"label": "X", "matrix": [2, 2], "x": 2.75, "y": 2},
  145. {"label": "C", "matrix": [2, 3], "x": 3.75, "y": 2},
  146. {"label": "V", "matrix": [2, 4], "x": 4.75, "y": 2},
  147. {"label": "B", "matrix": [2, 5], "x": 5.75, "y": 2},
  148. {"label": "N", "matrix": [2, 6], "x": 6.75, "y": 2},
  149. {"label": "M", "matrix": [2, 7], "x": 7.75, "y": 2},
  150. {"label": ",", "matrix": [2, 8], "x": 8.75, "y": 2},
  151. {"label": ".", "matrix": [2, 9], "x": 9.75, "y": 2},
  152. {"label": "/", "matrix": [2, 10], "x": 10.75, "y": 2},
  153. {"label": "Shift", "matrix": [2, 11], "x": 11.75, "y": 2, "w": 1.25},
  154. {"label": "Ctrl", "matrix": [3, 0], "x": 1.125, "y": 3},
  155. {"label": "Alt", "matrix": [3, 1], "x": 2.125, "y": 3, "w": 1.25},
  156. {"label": "Space", "matrix": [3, 3], "x": 3.375, "y": 3, "w": 6.25},
  157. {"label": "Menu", "matrix": [3, 5], "x": 9.625, "y": 3, "w": 1.25},
  158. {"label": "Fn", "matrix": [3, 6], "x": 10.875, "y": 3}
  159. ]
  160. }
  161. }
  162. }