logo

qmk_firmware

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

keyboard.json (6401B)


  1. {
  2. "keyboard_name": "KB30-01",
  3. "manufacturer": "DOIO",
  4. "maintainer": "DOIO2022",
  5. "usb": {
  6. "vid": "0xD010",
  7. "pid": "0x3001",
  8. "device_version": "0.0.1"
  9. },
  10. "rgb_matrix": {
  11. "animations": {
  12. "alphas_mods": true,
  13. "gradient_up_down": true,
  14. "gradient_left_right": true,
  15. "breathing": true,
  16. "cycle_up_down": true,
  17. "cycle_out_in": true,
  18. "cycle_out_in_dual": true,
  19. "rainbow_moving_chevron": true,
  20. "cycle_pinwheel": true,
  21. "cycle_spiral": true,
  22. "dual_beacon": true,
  23. "rainbow_beacon": true,
  24. "rainbow_pinwheels": true,
  25. "raindrops": true,
  26. "jellybean_raindrops": true,
  27. "hue_breathing": true,
  28. "typing_heatmap": true,
  29. "digital_rain": true,
  30. "solid_reactive_simple": true,
  31. "solid_reactive": true,
  32. "solid_reactive_wide": true,
  33. "solid_reactive_multiwide": true,
  34. "solid_reactive_cross": true,
  35. "solid_reactive_multicross": true,
  36. "solid_reactive_nexus": true,
  37. "solid_reactive_multinexus": true,
  38. "splash": true,
  39. "multisplash": true,
  40. "solid_splash": true,
  41. "solid_multisplash": true
  42. },
  43. "default": {
  44. "animation": "cycle_up_down"
  45. },
  46. "driver": "ws2812",
  47. "max_brightness": 200,
  48. "sleep": true,
  49. "layout": [
  50. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
  51. {"matrix": [0, 1], "x": 37, "y": 0, "flags": 4},
  52. {"matrix": [0, 2], "x": 75, "y": 0, "flags": 4},
  53. {"matrix": [0, 3], "x": 112, "y": 0, "flags": 4},
  54. {"matrix": [0, 4], "x": 149, "y": 0, "flags": 4},
  55. {"matrix": [0, 5], "x": 187, "y": 0, "flags": 4},
  56. {"matrix": [0, 6], "x": 224, "y": 0, "flags": 4},
  57. {"matrix": [1, 0], "x": 0, "y": 16, "flags": 4},
  58. {"matrix": [1, 1], "x": 37, "y": 16, "flags": 4},
  59. {"matrix": [1, 2], "x": 75, "y": 16, "flags": 4},
  60. {"matrix": [1, 3], "x": 112, "y": 16, "flags": 4},
  61. {"matrix": [1, 4], "x": 149, "y": 16, "flags": 4},
  62. {"matrix": [1, 5], "x": 187, "y": 16, "flags": 4},
  63. {"matrix": [1, 6], "x": 224, "y": 16, "flags": 4},
  64. {"matrix": [2, 0], "x": 0, "y": 32, "flags": 4},
  65. {"matrix": [2, 1], "x": 37, "y": 32, "flags": 4},
  66. {"matrix": [2, 2], "x": 75, "y": 32, "flags": 4},
  67. {"matrix": [2, 3], "x": 112, "y": 32, "flags": 4},
  68. {"matrix": [2, 4], "x": 149, "y": 32, "flags": 4},
  69. {"matrix": [2, 5], "x": 187, "y": 32, "flags": 4},
  70. {"matrix": [3, 0], "x": 0, "y": 48, "flags": 4},
  71. {"matrix": [3, 1], "x": 37, "y": 48, "flags": 4},
  72. {"matrix": [3, 2], "x": 75, "y": 48, "flags": 4},
  73. {"matrix": [3, 3], "x": 112, "y": 48, "flags": 4},
  74. {"matrix": [3, 5], "x": 187, "y": 48, "flags": 4},
  75. {"matrix": [4, 0], "x": 18, "y": 64, "flags": 4},
  76. {"matrix": [4, 1], "x": 75, "y": 64, "flags": 4},
  77. {"matrix": [4, 2], "x": 149, "y": 64, "flags": 4},
  78. {"matrix": [4, 3], "x": 187, "y": 64, "flags": 4},
  79. {"matrix": [4, 4], "x": 224, "y": 64, "flags": 4},
  80. {"x": 224, "y": 56, "flags": 2},
  81. {"x": 112, "y": 56, "flags": 2},
  82. {"x": 0, "y": 56, "flags": 2},
  83. {"x": 0, "y": 8, "flags": 2},
  84. {"x": 112, "y": 8, "flags": 2},
  85. {"x": 224, "y": 8, "flags": 2}
  86. ]
  87. },
  88. "features": {
  89. "bootmagic": true,
  90. "encoder": true,
  91. "extrakey": true,
  92. "mousekey": true,
  93. "nkro": true,
  94. "oled": true,
  95. "rgb_matrix": true
  96. },
  97. "qmk": {
  98. "locking": {
  99. "enabled": true,
  100. "resync": true
  101. }
  102. },
  103. "matrix_pins": {
  104. "cols": ["B14", "B13", "B12", "B0", "A7", "A9", "A8"],
  105. "rows": ["B3", "B4", "B9", "B8", "A5", "A6"]
  106. },
  107. "diode_direction": "COL2ROW",
  108. "encoder": {
  109. "rotary": [
  110. {"pin_a": "B5", "pin_b": "B6"},
  111. {"pin_a": "A1", "pin_b": "A2"},
  112. {"pin_a": "A3", "pin_b": "A4", "resolution": 2}
  113. ]
  114. },
  115. "ws2812": {
  116. "pin": "A10"
  117. },
  118. "processor": "STM32F103",
  119. "bootloader": "stm32duino",
  120. "layouts": {
  121. "LAYOUT": {
  122. "layout": [
  123. {"matrix": [0, 0], "x": 0, "y": 0},
  124. {"matrix": [0, 1], "x": 1, "y": 0},
  125. {"matrix": [0, 2], "x": 2, "y": 0},
  126. {"matrix": [0, 3], "x": 3, "y": 0},
  127. {"matrix": [0, 4], "x": 4.25, "y": 0},
  128. {"matrix": [0, 5], "x": 5.25, "y": 0},
  129. {"matrix": [0, 6], "x": 6.25, "y": 0},
  130. {"matrix": [1, 0], "x": 0, "y": 1},
  131. {"matrix": [1, 1], "x": 1, "y": 1},
  132. {"matrix": [1, 2], "x": 2, "y": 1},
  133. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  134. {"matrix": [1, 4], "x": 4.25, "y": 1},
  135. {"matrix": [1, 5], "x": 5.25, "y": 1},
  136. {"matrix": [1, 6], "x": 6.25, "y": 1},
  137. {"matrix": [2, 0], "x": 0, "y": 2},
  138. {"matrix": [2, 1], "x": 1, "y": 2},
  139. {"matrix": [2, 2], "x": 2, "y": 2},
  140. {"matrix": [2, 3], "x": 4.25, "y": 2},
  141. {"matrix": [2, 4], "x": 5.25, "y": 2},
  142. {"matrix": [2, 5], "x": 6.25, "y": 2},
  143. {"matrix": [3, 0], "x": 0, "y": 3},
  144. {"matrix": [3, 1], "x": 1, "y": 3},
  145. {"matrix": [3, 2], "x": 2, "y": 3},
  146. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
  147. {"matrix": [3, 5], "x": 5.25, "y": 3},
  148. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  149. {"matrix": [4, 1], "x": 2, "y": 4},
  150. {"matrix": [4, 2], "x": 4.25, "y": 4},
  151. {"matrix": [4, 3], "x": 5.25, "y": 4},
  152. {"matrix": [4, 4], "x": 6.25, "y": 4},
  153. {"matrix": [5, 4], "x": 7.75, "y": 1},
  154. {"matrix": [5, 5], "x": 9.75, "y": 1},
  155. {"matrix": [5, 6], "x": 7.75, "y": 2, "w": 3, "h": 3}
  156. ]
  157. }
  158. }
  159. }