keyboard.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. {
  2. "keyboard_name": "stront",
  3. "manufacturer": "zzeneg",
  4. "url": "https://github.com/zzeneg/stront",
  5. "maintainer": "zzeneg",
  6. "layouts": {
  7. "LAYOUT": {
  8. "layout": [
  9. { "matrix": [0, 1], "x": 2, "y": 0 },
  10. { "matrix": [0, 2], "x": 3, "y": 0 },
  11. { "matrix": [0, 3], "x": 4, "y": 0 },
  12. { "matrix": [0, 4], "x": 5, "y": 0 },
  13. { "matrix": [4, 4], "x": 8, "y": 0 },
  14. { "matrix": [4, 3], "x": 9, "y": 0 },
  15. { "matrix": [4, 2], "x": 10, "y": 0 },
  16. { "matrix": [4, 1], "x": 11, "y": 0 },
  17. { "matrix": [0, 0], "x": 0, "y": 1 },
  18. { "matrix": [1, 0], "x": 1, "y": 1 },
  19. { "matrix": [1, 1], "x": 2, "y": 1 },
  20. { "matrix": [1, 2], "x": 3, "y": 1 },
  21. { "matrix": [1, 3], "x": 4, "y": 1 },
  22. { "matrix": [1, 4], "x": 5, "y": 1 },
  23. { "matrix": [5, 4], "x": 8, "y": 1 },
  24. { "matrix": [5, 3], "x": 9, "y": 1 },
  25. { "matrix": [5, 2], "x": 10, "y": 1 },
  26. { "matrix": [5, 1], "x": 11, "y": 1 },
  27. { "matrix": [5, 0], "x": 12, "y": 1 },
  28. { "matrix": [4, 0], "x": 13, "y": 1 },
  29. { "matrix": [3, 0], "x": 0, "y": 2 },
  30. { "matrix": [2, 0], "x": 1, "y": 2 },
  31. { "matrix": [2, 1], "x": 2, "y": 2 },
  32. { "matrix": [2, 2], "x": 3, "y": 2 },
  33. { "matrix": [2, 3], "x": 4, "y": 2 },
  34. { "matrix": [2, 4], "x": 5, "y": 2 },
  35. { "matrix": [6, 4], "x": 8, "y": 2 },
  36. { "matrix": [6, 3], "x": 9, "y": 2 },
  37. { "matrix": [6, 2], "x": 10, "y": 2 },
  38. { "matrix": [6, 1], "x": 11, "y": 2 },
  39. { "matrix": [6, 0], "x": 12, "y": 2 },
  40. { "matrix": [7, 0], "x": 13, "y": 2 },
  41. { "matrix": [3, 2], "x": 4, "y": 3 },
  42. { "matrix": [3, 3], "x": 5, "y": 3 },
  43. { "matrix": [3, 4], "x": 6, "y": 3 },
  44. { "matrix": [7, 4], "x": 7, "y": 3 },
  45. { "matrix": [7, 3], "x": 8, "y": 3 },
  46. { "matrix": [7, 2], "x": 9, "y": 3 }
  47. ]
  48. }
  49. },
  50. "processor": "RP2040",
  51. "bootloader": "rp2040",
  52. "diode_direction": "COL2ROW",
  53. "matrix_pins": {
  54. "cols": ["GP2", "GP3", "GP4", "GP5", "GP6"],
  55. "rows": ["GP28", "GP27", "GP26", "GP15"]
  56. },
  57. "split": {
  58. "enabled": true,
  59. "transport": {
  60. "sync": {
  61. "indicators": true,
  62. "matrix_state": true,
  63. "modifiers": true
  64. }
  65. },
  66. "serial": {
  67. "driver": "vendor"
  68. }
  69. },
  70. "encoder": {
  71. "rotary": [
  72. {"pin_a": "GP7", "pin_b": "GP8"}
  73. ]
  74. },
  75. "features": {
  76. "backlight": true,
  77. "bootmagic": true,
  78. "encoder": true,
  79. "extrakey": true,
  80. "nkro": false,
  81. "pointing_device": true,
  82. "quantum_painter": true,
  83. "rgb_matrix": true
  84. },
  85. "backlight": {
  86. "pin": "GP14"
  87. },
  88. "ws2812": {
  89. "driver": "vendor",
  90. "pin": "GP29"
  91. },
  92. "rgblight": {
  93. "led_count": 38,
  94. "split": true,
  95. "split_count": [19, 19]
  96. },
  97. "rgb_matrix": {
  98. "animations": {
  99. "alphas_mods": true,
  100. "gradient_up_down": true,
  101. "gradient_left_right": true,
  102. "breathing": true,
  103. "band_sat": true,
  104. "band_val": true,
  105. "band_pinwheel_sat": true,
  106. "band_pinwheel_val": true,
  107. "band_spiral_sat": true,
  108. "band_spiral_val": true,
  109. "cycle_all": true,
  110. "cycle_left_right": true,
  111. "cycle_up_down": true,
  112. "cycle_out_in": true,
  113. "cycle_out_in_dual": true,
  114. "rainbow_moving_chevron": true,
  115. "cycle_pinwheel": true,
  116. "cycle_spiral": true,
  117. "dual_beacon": true,
  118. "rainbow_beacon": true,
  119. "rainbow_pinwheels": true,
  120. "raindrops": true,
  121. "jellybean_raindrops": true,
  122. "hue_breathing": true,
  123. "hue_pendulum": true,
  124. "hue_wave": true,
  125. "pixel_fractal": true,
  126. "pixel_flow": true,
  127. "pixel_rain": true,
  128. "typing_heatmap": true,
  129. "digital_rain": true,
  130. "solid_reactive_simple": true,
  131. "solid_reactive": true,
  132. "solid_reactive_wide": true,
  133. "solid_reactive_multiwide": true,
  134. "solid_reactive_cross": true,
  135. "solid_reactive_multicross": true,
  136. "solid_reactive_nexus": true,
  137. "solid_reactive_multinexus": true,
  138. "splash": true,
  139. "multisplash": true,
  140. "solid_splash": true,
  141. "solid_multisplash": true
  142. },
  143. "driver": "ws2812",
  144. "led_count": 38,
  145. "split_count": [19, 19],
  146. "layout": [
  147. { "flags": 4, "matrix": [0, 4], "x": 71, "y": 7 },
  148. { "flags": 4, "matrix": [0, 3], "x": 57, "y": 5 },
  149. { "flags": 4, "matrix": [0, 2], "x": 44, "y": 0 },
  150. { "flags": 4, "matrix": [0, 1], "x": 27, "y": 5 },
  151. { "flags": 4, "matrix": [1, 1], "x": 29, "y": 22 },
  152. { "flags": 4, "matrix": [1, 0], "x": 14, "y": 26 },
  153. { "flags": 4, "matrix": [0, 0], "x": 0, "y": 26 },
  154. { "flags": 4, "matrix": [3, 0], "x": 2, "y": 43 },
  155. { "flags": 4, "matrix": [2, 0], "x": 16, "y": 43 },
  156. { "flags": 4, "matrix": [2, 1], "x": 30, "y": 38 },
  157. { "flags": 4, "matrix": [2, 2], "x": 44, "y": 33 },
  158. { "flags": 4, "matrix": [1, 2], "x": 44, "y": 17 },
  159. { "flags": 4, "matrix": [1, 3], "x": 57, "y": 22 },
  160. { "flags": 4, "matrix": [1, 4], "x": 71, "y": 24 },
  161. { "flags": 4, "matrix": [2, 4], "x": 71, "y": 40 },
  162. { "flags": 4, "matrix": [2, 3], "x": 57, "y": 38 },
  163. { "flags": 4, "matrix": [3, 2], "x": 56, "y": 57 },
  164. { "flags": 4, "matrix": [3, 3], "x": 71, "y": 59 },
  165. { "flags": 4, "matrix": [3, 4], "x": 85, "y": 64 },
  166. { "flags": 4, "matrix": [7, 4], "x": 139, "y": 64 },
  167. { "flags": 4, "matrix": [7, 3], "x": 153, "y": 59 },
  168. { "flags": 4, "matrix": [7, 2], "x": 168, "y": 57 },
  169. { "flags": 4, "matrix": [6, 3], "x": 167, "y": 38 },
  170. { "flags": 4, "matrix": [6, 4], "x": 153, "y": 40 },
  171. { "flags": 4, "matrix": [5, 4], "x": 153, "y": 24 },
  172. { "flags": 4, "matrix": [5, 3], "x": 167, "y": 22 },
  173. { "flags": 4, "matrix": [5, 2], "x": 180, "y": 17 },
  174. { "flags": 4, "matrix": [6, 2], "x": 180, "y": 33 },
  175. { "flags": 4, "matrix": [6, 1], "x": 194, "y": 38 },
  176. { "flags": 4, "matrix": [6, 0], "x": 208, "y": 43 },
  177. { "flags": 4, "matrix": [7, 0], "x": 222, "y": 43 },
  178. { "flags": 4, "matrix": [4, 0], "x": 224, "y": 26 },
  179. { "flags": 4, "matrix": [5, 0], "x": 210, "y": 26 },
  180. { "flags": 4, "matrix": [5, 1], "x": 195, "y": 22 },
  181. { "flags": 4, "matrix": [4, 1], "x": 197, "y": 5 },
  182. { "flags": 4, "matrix": [4, 2], "x": 180, "y": 0 },
  183. { "flags": 4, "matrix": [4, 3], "x": 167, "y": 5 },
  184. { "flags": 4, "matrix": [4, 4], "x": 153, "y": 7 }
  185. ],
  186. "sleep": true
  187. },
  188. "usb": {
  189. "device_version": "1.0.0",
  190. "pid": "0x0844",
  191. "vid": "0xFEED"
  192. }
  193. }