keyboard.json 6.3 KB

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