You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

202 lines
7.9 KiB

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