keyboard.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. },
  67. "encoder": {
  68. "rotary": [
  69. {
  70. "pin_a": "GP7",
  71. "pin_b": "GP8",
  72. "resolution": 4
  73. }
  74. ]
  75. },
  76. "features": {
  77. "backlight": true,
  78. "bootmagic": true,
  79. "console": false,
  80. "encoder": true,
  81. "extrakey": true,
  82. "nkro": false,
  83. "pointing_device": true,
  84. "quantum_painter": true,
  85. "rgb_matrix": true
  86. },
  87. "backlight": {
  88. "pin": "GP14"
  89. },
  90. "ws2812": {
  91. "driver": "vendor",
  92. "pin": "GP29"
  93. },
  94. "rgblight": {
  95. "led_count": 38,
  96. "split": true,
  97. "split_count": [19, 19]
  98. },
  99. "rgb_matrix": {
  100. "animations": {
  101. "alphas_mods": true,
  102. "gradient_up_down": true,
  103. "gradient_left_right": true,
  104. "breathing": true,
  105. "band_sat": true,
  106. "band_val": true,
  107. "band_pinwheel_sat": true,
  108. "band_pinwheel_val": true,
  109. "band_spiral_sat": true,
  110. "band_spiral_val": true,
  111. "cycle_all": true,
  112. "cycle_left_right": true,
  113. "cycle_up_down": true,
  114. "cycle_out_in": true,
  115. "cycle_out_in_dual": true,
  116. "rainbow_moving_chevron": true,
  117. "cycle_pinwheel": true,
  118. "cycle_spiral": true,
  119. "dual_beacon": true,
  120. "rainbow_beacon": true,
  121. "rainbow_pinwheels": true,
  122. "raindrops": true,
  123. "jellybean_raindrops": true,
  124. "hue_breathing": true,
  125. "hue_pendulum": true,
  126. "hue_wave": true,
  127. "pixel_fractal": true,
  128. "pixel_flow": true,
  129. "pixel_rain": true,
  130. "typing_heatmap": true,
  131. "digital_rain": true,
  132. "solid_reactive_simple": true,
  133. "solid_reactive": true,
  134. "solid_reactive_wide": true,
  135. "solid_reactive_multiwide": true,
  136. "solid_reactive_cross": true,
  137. "solid_reactive_multicross": true,
  138. "solid_reactive_nexus": true,
  139. "solid_reactive_multinexus": true,
  140. "splash": true,
  141. "multisplash": true,
  142. "solid_splash": true,
  143. "solid_multisplash": true
  144. },
  145. "driver": "ws2812",
  146. "led_count": 38,
  147. "split_count": [19, 19],
  148. "layout": [
  149. { "flags": 4, "matrix": [0, 4], "x": 71, "y": 7 },
  150. { "flags": 4, "matrix": [0, 3], "x": 57, "y": 5 },
  151. { "flags": 4, "matrix": [0, 2], "x": 44, "y": 0 },
  152. { "flags": 4, "matrix": [0, 1], "x": 27, "y": 5 },
  153. { "flags": 4, "matrix": [1, 1], "x": 29, "y": 22 },
  154. { "flags": 4, "matrix": [1, 0], "x": 14, "y": 26 },
  155. { "flags": 4, "matrix": [0, 0], "x": 0, "y": 26 },
  156. { "flags": 4, "matrix": [3, 0], "x": 2, "y": 43 },
  157. { "flags": 4, "matrix": [2, 0], "x": 16, "y": 43 },
  158. { "flags": 4, "matrix": [2, 1], "x": 30, "y": 38 },
  159. { "flags": 4, "matrix": [2, 2], "x": 44, "y": 33 },
  160. { "flags": 4, "matrix": [1, 2], "x": 44, "y": 17 },
  161. { "flags": 4, "matrix": [1, 3], "x": 57, "y": 22 },
  162. { "flags": 4, "matrix": [1, 4], "x": 71, "y": 24 },
  163. { "flags": 4, "matrix": [2, 4], "x": 71, "y": 40 },
  164. { "flags": 4, "matrix": [2, 3], "x": 57, "y": 38 },
  165. { "flags": 4, "matrix": [3, 2], "x": 56, "y": 57 },
  166. { "flags": 4, "matrix": [3, 3], "x": 71, "y": 59 },
  167. { "flags": 4, "matrix": [3, 4], "x": 85, "y": 64 },
  168. { "flags": 4, "matrix": [7, 4], "x": 139, "y": 64 },
  169. { "flags": 4, "matrix": [7, 3], "x": 153, "y": 59 },
  170. { "flags": 4, "matrix": [7, 2], "x": 168, "y": 57 },
  171. { "flags": 4, "matrix": [6, 3], "x": 167, "y": 38 },
  172. { "flags": 4, "matrix": [6, 4], "x": 153, "y": 40 },
  173. { "flags": 4, "matrix": [5, 4], "x": 153, "y": 24 },
  174. { "flags": 4, "matrix": [5, 3], "x": 167, "y": 22 },
  175. { "flags": 4, "matrix": [5, 2], "x": 180, "y": 17 },
  176. { "flags": 4, "matrix": [6, 2], "x": 180, "y": 33 },
  177. { "flags": 4, "matrix": [6, 1], "x": 194, "y": 38 },
  178. { "flags": 4, "matrix": [6, 0], "x": 208, "y": 43 },
  179. { "flags": 4, "matrix": [7, 0], "x": 222, "y": 43 },
  180. { "flags": 4, "matrix": [4, 0], "x": 224, "y": 26 },
  181. { "flags": 4, "matrix": [5, 0], "x": 210, "y": 26 },
  182. { "flags": 4, "matrix": [5, 1], "x": 195, "y": 22 },
  183. { "flags": 4, "matrix": [4, 1], "x": 197, "y": 5 },
  184. { "flags": 4, "matrix": [4, 2], "x": 180, "y": 0 },
  185. { "flags": 4, "matrix": [4, 3], "x": 167, "y": 5 },
  186. { "flags": 4, "matrix": [4, 4], "x": 153, "y": 7 }
  187. ],
  188. "sleep": true
  189. },
  190. "usb": {
  191. "device_version": "1.0.0",
  192. "pid": "0x0844",
  193. "vid": "0xFEED"
  194. }
  195. }