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.

207 lines
6.7 KiB

  1. {
  2. "manufacturer": "ZSA Technology Labs",
  3. "url": "https://ergodox-ez.com/pages/planck",
  4. "maintainer": "jackhumbert",
  5. "usb": {
  6. "vid": "0x3297",
  7. "device_version": "0.0.1",
  8. "shared_endpoint": {
  9. "mouse": false
  10. }
  11. },
  12. "features": {
  13. "audio": true,
  14. "bootmagic": true,
  15. "command": true,
  16. "console": true,
  17. "encoder": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true
  21. },
  22. "rgb_matrix": {
  23. "animations": {
  24. "alphas_mods": true,
  25. "gradient_up_down": true,
  26. "gradient_left_right": true,
  27. "breathing": true,
  28. "band_sat": true,
  29. "band_val": true,
  30. "band_pinwheel_sat": true,
  31. "band_pinwheel_val": true,
  32. "band_spiral_sat": true,
  33. "band_spiral_val": true,
  34. "cycle_all": true,
  35. "cycle_left_right": true,
  36. "cycle_up_down": true,
  37. "rainbow_moving_chevron": true,
  38. "cycle_out_in": true,
  39. "cycle_out_in_dual": true,
  40. "cycle_pinwheel": true,
  41. "cycle_spiral": true,
  42. "dual_beacon": true,
  43. "rainbow_beacon": true,
  44. "rainbow_pinwheels": true,
  45. "raindrops": true,
  46. "jellybean_raindrops": true,
  47. "hue_breathing": true,
  48. "hue_pendulum": true,
  49. "hue_wave": true,
  50. "pixel_rain": true,
  51. "pixel_flow": true,
  52. "pixel_fractal": true,
  53. "typing_heatmap": true,
  54. "digital_rain": true,
  55. "solid_reactive_simple": true,
  56. "solid_reactive": true,
  57. "solid_reactive_wide": true,
  58. "solid_reactive_multiwide": true,
  59. "solid_reactive_cross": true,
  60. "solid_reactive_multicross": true,
  61. "solid_reactive_nexus": true,
  62. "solid_reactive_multinexus": true,
  63. "splash": true,
  64. "multisplash": true,
  65. "solid_splash": true,
  66. "solid_multisplash": true
  67. },
  68. "driver": "is31fl3737",
  69. "led_process_limit": 5,
  70. "led_flush_limit": 26,
  71. "sleep": true
  72. },
  73. "matrix_pins": {
  74. "cols": ["B11", "B10", "B2", "B1", "A7", "B0"],
  75. "rows": ["A10", "A9", "A8", "B15", "C13", "C14", "C15", "A2"]
  76. },
  77. "diode_direction": "COL2ROW",
  78. "audio": {
  79. "driver": "dac_additive"
  80. },
  81. "encoder": {
  82. "rotary": [
  83. {"pin_a": "B12", "pin_b": "B13"}
  84. ]
  85. },
  86. "processor": "STM32F303",
  87. "bootloader": "stm32-dfu",
  88. "tapping": {
  89. "toggle": 1
  90. },
  91. "community_layouts": ["ortho_4x12", "planck_mit"],
  92. "layout_aliases": {
  93. "LAYOUT_planck_grid": "LAYOUT_ortho_4x12",
  94. "LAYOUT_planck_mit": "LAYOUT_planck_1x2uC"
  95. },
  96. "layouts": {
  97. "LAYOUT_planck_1x2uC": {
  98. "layout": [
  99. {"matrix": [0, 0], "x": 0, "y": 0},
  100. {"matrix": [0, 1], "x": 1, "y": 0},
  101. {"matrix": [0, 2], "x": 2, "y": 0},
  102. {"matrix": [0, 3], "x": 3, "y": 0},
  103. {"matrix": [0, 4], "x": 4, "y": 0},
  104. {"matrix": [0, 5], "x": 5, "y": 0},
  105. {"matrix": [4, 0], "x": 6, "y": 0},
  106. {"matrix": [4, 1], "x": 7, "y": 0},
  107. {"matrix": [4, 2], "x": 8, "y": 0},
  108. {"matrix": [4, 3], "x": 9, "y": 0},
  109. {"matrix": [4, 4], "x": 10, "y": 0},
  110. {"matrix": [4, 5], "x": 11, "y": 0},
  111. {"matrix": [1, 0], "x": 0, "y": 1},
  112. {"matrix": [1, 1], "x": 1, "y": 1},
  113. {"matrix": [1, 2], "x": 2, "y": 1},
  114. {"matrix": [1, 3], "x": 3, "y": 1},
  115. {"matrix": [1, 4], "x": 4, "y": 1},
  116. {"matrix": [1, 5], "x": 5, "y": 1},
  117. {"matrix": [5, 0], "x": 6, "y": 1},
  118. {"matrix": [5, 1], "x": 7, "y": 1},
  119. {"matrix": [5, 2], "x": 8, "y": 1},
  120. {"matrix": [5, 3], "x": 9, "y": 1},
  121. {"matrix": [5, 4], "x": 10, "y": 1},
  122. {"matrix": [5, 5], "x": 11, "y": 1},
  123. {"matrix": [2, 0], "x": 0, "y": 2},
  124. {"matrix": [2, 1], "x": 1, "y": 2},
  125. {"matrix": [2, 2], "x": 2, "y": 2},
  126. {"matrix": [2, 3], "x": 3, "y": 2},
  127. {"matrix": [2, 4], "x": 4, "y": 2},
  128. {"matrix": [2, 5], "x": 5, "y": 2},
  129. {"matrix": [6, 0], "x": 6, "y": 2},
  130. {"matrix": [6, 1], "x": 7, "y": 2},
  131. {"matrix": [6, 2], "x": 8, "y": 2},
  132. {"matrix": [6, 3], "x": 9, "y": 2},
  133. {"matrix": [6, 4], "x": 10, "y": 2},
  134. {"matrix": [6, 5], "x": 11, "y": 2},
  135. {"matrix": [3, 0], "x": 0, "y": 3},
  136. {"matrix": [3, 1], "x": 1, "y": 3},
  137. {"matrix": [3, 2], "x": 2, "y": 3},
  138. {"matrix": [7, 3], "x": 3, "y": 3},
  139. {"matrix": [7, 4], "x": 4, "y": 3},
  140. {"matrix": [7, 5], "x": 5, "y": 3, "w": 2},
  141. {"matrix": [7, 0], "x": 7, "y": 3},
  142. {"matrix": [7, 1], "x": 8, "y": 3},
  143. {"matrix": [7, 2], "x": 9, "y": 3},
  144. {"matrix": [3, 3], "x": 10, "y": 3},
  145. {"matrix": [3, 4], "x": 11, "y": 3}
  146. ]
  147. },
  148. "LAYOUT_ortho_4x12": {
  149. "layout": [
  150. {"matrix": [0, 0], "x": 0, "y": 0},
  151. {"matrix": [0, 1], "x": 1, "y": 0},
  152. {"matrix": [0, 2], "x": 2, "y": 0},
  153. {"matrix": [0, 3], "x": 3, "y": 0},
  154. {"matrix": [0, 4], "x": 4, "y": 0},
  155. {"matrix": [0, 5], "x": 5, "y": 0},
  156. {"matrix": [4, 0], "x": 6, "y": 0},
  157. {"matrix": [4, 1], "x": 7, "y": 0},
  158. {"matrix": [4, 2], "x": 8, "y": 0},
  159. {"matrix": [4, 3], "x": 9, "y": 0},
  160. {"matrix": [4, 4], "x": 10, "y": 0},
  161. {"matrix": [4, 5], "x": 11, "y": 0},
  162. {"matrix": [1, 0], "x": 0, "y": 1},
  163. {"matrix": [1, 1], "x": 1, "y": 1},
  164. {"matrix": [1, 2], "x": 2, "y": 1},
  165. {"matrix": [1, 3], "x": 3, "y": 1},
  166. {"matrix": [1, 4], "x": 4, "y": 1},
  167. {"matrix": [1, 5], "x": 5, "y": 1},
  168. {"matrix": [5, 0], "x": 6, "y": 1},
  169. {"matrix": [5, 1], "x": 7, "y": 1},
  170. {"matrix": [5, 2], "x": 8, "y": 1},
  171. {"matrix": [5, 3], "x": 9, "y": 1},
  172. {"matrix": [5, 4], "x": 10, "y": 1},
  173. {"matrix": [5, 5], "x": 11, "y": 1},
  174. {"matrix": [2, 0], "x": 0, "y": 2},
  175. {"matrix": [2, 1], "x": 1, "y": 2},
  176. {"matrix": [2, 2], "x": 2, "y": 2},
  177. {"matrix": [2, 3], "x": 3, "y": 2},
  178. {"matrix": [2, 4], "x": 4, "y": 2},
  179. {"matrix": [2, 5], "x": 5, "y": 2},
  180. {"matrix": [6, 0], "x": 6, "y": 2},
  181. {"matrix": [6, 1], "x": 7, "y": 2},
  182. {"matrix": [6, 2], "x": 8, "y": 2},
  183. {"matrix": [6, 3], "x": 9, "y": 2},
  184. {"matrix": [6, 4], "x": 10, "y": 2},
  185. {"matrix": [6, 5], "x": 11, "y": 2},
  186. {"matrix": [3, 0], "x": 0, "y": 3},
  187. {"matrix": [3, 1], "x": 1, "y": 3},
  188. {"matrix": [3, 2], "x": 2, "y": 3},
  189. {"matrix": [7, 3], "x": 3, "y": 3},
  190. {"matrix": [7, 4], "x": 4, "y": 3},
  191. {"matrix": [7, 5], "x": 5, "y": 3},
  192. {"matrix": [3, 5], "x": 6, "y": 3},
  193. {"matrix": [7, 0], "x": 7, "y": 3},
  194. {"matrix": [7, 1], "x": 8, "y": 3},
  195. {"matrix": [7, 2], "x": 9, "y": 3},
  196. {"matrix": [3, 3], "x": 10, "y": 3},
  197. {"matrix": [3, 4], "x": 11, "y": 3}
  198. ]
  199. }
  200. }
  201. }