logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (8078B)


  1. {
  2. "keyboard_name": "M\u00fcn",
  3. "manufacturer": "RGBKB",
  4. "url": "https://www.rgbkb.net/products/mun",
  5. "maintainer": "Legonut",
  6. "usb": {
  7. "vid": "0x3535",
  8. "pid": "0x3505",
  9. "device_version": "0.0.1"
  10. },
  11. "build": {
  12. "lto": true
  13. },
  14. "features": {
  15. "bootmagic": false,
  16. "encoder": true,
  17. "extrakey": true,
  18. "mousekey": false,
  19. "nkro": true,
  20. "oled": true,
  21. "rgb_matrix": true
  22. },
  23. "rgblight": {
  24. "led_count": 98,
  25. "split_count": [49, 49],
  26. "animations": {
  27. "breathing": true,
  28. "rainbow_mood": true,
  29. "rainbow_swirl": true,
  30. "snake": true,
  31. "knight": true,
  32. "christmas": true,
  33. "static_gradient": true,
  34. "rgb_test": true,
  35. "alternating": true,
  36. "twinkle": true
  37. }
  38. },
  39. "ws2812": {
  40. "pin": "B5",
  41. "driver": "pwm"
  42. },
  43. "rgb_matrix": {
  44. "animations":{
  45. "alphas_mods": true,
  46. "gradient_up_down": true,
  47. "gradient_left_right": true,
  48. "breathing": true,
  49. "band_sat": true,
  50. "band_val": true,
  51. "band_pinwheel_sat": true,
  52. "band_pinwheel_val": true,
  53. "band_spiral_sat": true,
  54. "band_spiral_val": true,
  55. "cycle_all": true,
  56. "cycle_left_right": true,
  57. "cycle_up_down": true,
  58. "rainbow_moving_chevron": true,
  59. "cycle_out_in": true,
  60. "cycle_out_in_dual": true,
  61. "cycle_pinwheel": true,
  62. "cycle_spiral": true,
  63. "dual_beacon": true,
  64. "rainbow_beacon": true,
  65. "rainbow_pinwheels": true,
  66. "raindrops": true,
  67. "jellybean_raindrops": true,
  68. "hue_breathing": true,
  69. "hue_pendulum": true,
  70. "hue_wave": true,
  71. "pixel_rain": true,
  72. "pixel_flow": true,
  73. "pixel_fractal": true,
  74. "typing_heatmap": true,
  75. "digital_rain": true,
  76. "solid_reactive_simple": true,
  77. "solid_reactive": true,
  78. "solid_reactive_wide": true,
  79. "solid_reactive_multiwide": true,
  80. "solid_reactive_cross": true,
  81. "solid_reactive_multicross": true,
  82. "solid_reactive_nexus": true,
  83. "solid_reactive_multinexus": true,
  84. "splash": true,
  85. "multisplash": true,
  86. "solid_splash": true,
  87. "solid_multisplash": true
  88. },
  89. "center_point": [128, 34],
  90. "driver": "ws2812",
  91. "led_flush_limit": 33,
  92. "led_process_limit": 10,
  93. "sleep": true,
  94. "split_count": [49, 49]
  95. },
  96. "matrix_pins": {
  97. "cols": ["A0", "B11", "B0", "B10", "B12", "B2", "A8"],
  98. "rows": ["A1", "A3", "B3", "A13", "B15", null, null],
  99. "io_delay": 5
  100. },
  101. "diode_direction": "COL2ROW",
  102. "eeprom": {
  103. "wear_leveling": {
  104. "backing_size": 4096
  105. }
  106. },
  107. "encoder": {
  108. "rotary": [
  109. {"pin_a": "B8", "pin_b": "A14"},
  110. {"pin_a": "B9", "pin_b": "A15"}
  111. ]
  112. },
  113. "qmk": {
  114. "tap_keycode_delay": 5
  115. },
  116. "split": {
  117. "enabled": true,
  118. "transport": {
  119. "sync": {
  120. "indicators": true,
  121. "layer_state": true,
  122. "matrix_state": true
  123. }
  124. },
  125. "serial": {
  126. "driver": "usart",
  127. "pin": "A9"
  128. }
  129. },
  130. "processor": "STM32F303",
  131. "bootloader": "stm32-dfu",
  132. "layouts": {
  133. "LAYOUT": {
  134. "layout": [
  135. {"matrix": [0, 0], "x": 0, "y": 0},
  136. {"matrix": [0, 1], "x": 1, "y": 0},
  137. {"matrix": [0, 2], "x": 2, "y": 0},
  138. {"matrix": [0, 3], "x": 3, "y": 0},
  139. {"matrix": [0, 4], "x": 4, "y": 0},
  140. {"matrix": [0, 5], "x": 5, "y": 0},
  141. {"matrix": [0, 6], "x": 6, "y": 0},
  142. {"matrix": [7, 6], "x": 7.5, "y": 0},
  143. {"matrix": [7, 5], "x": 8.5, "y": 0},
  144. {"matrix": [7, 4], "x": 9.5, "y": 0},
  145. {"matrix": [7, 3], "x": 10.5, "y": 0},
  146. {"matrix": [7, 2], "x": 11.5, "y": 0},
  147. {"matrix": [7, 1], "x": 12.5, "y": 0},
  148. {"matrix": [7, 0], "x": 13.5, "y": 0},
  149. {"matrix": [1, 0], "x": 0, "y": 1},
  150. {"matrix": [1, 1], "x": 1, "y": 1},
  151. {"matrix": [1, 2], "x": 2, "y": 1},
  152. {"matrix": [1, 3], "x": 3, "y": 1},
  153. {"matrix": [1, 4], "x": 4, "y": 1},
  154. {"matrix": [1, 5], "x": 5, "y": 1},
  155. {"matrix": [1, 6], "x": 6, "y": 1},
  156. {"matrix": [8, 6], "x": 7.5, "y": 1},
  157. {"matrix": [8, 5], "x": 8.5, "y": 1},
  158. {"matrix": [8, 4], "x": 9.5, "y": 1},
  159. {"matrix": [8, 3], "x": 10.5, "y": 1},
  160. {"matrix": [8, 2], "x": 11.5, "y": 1},
  161. {"matrix": [8, 1], "x": 12.5, "y": 1},
  162. {"matrix": [8, 0], "x": 13.5, "y": 1},
  163. {"matrix": [2, 0], "x": 0, "y": 2},
  164. {"matrix": [2, 1], "x": 1, "y": 2},
  165. {"matrix": [2, 2], "x": 2, "y": 2},
  166. {"matrix": [2, 3], "x": 3, "y": 2},
  167. {"matrix": [2, 4], "x": 4, "y": 2},
  168. {"matrix": [2, 5], "x": 5, "y": 2},
  169. {"matrix": [2, 6], "x": 6, "y": 2},
  170. {"matrix": [9, 6], "x": 7.5, "y": 2},
  171. {"matrix": [9, 5], "x": 8.5, "y": 2},
  172. {"matrix": [9, 4], "x": 9.5, "y": 2},
  173. {"matrix": [9, 3], "x": 10.5, "y": 2},
  174. {"matrix": [9, 2], "x": 11.5, "y": 2},
  175. {"matrix": [9, 1], "x": 12.5, "y": 2},
  176. {"matrix": [9, 0], "x": 13.5, "y": 2},
  177. {"matrix": [3, 0], "x": 0, "y": 3},
  178. {"matrix": [3, 1], "x": 1, "y": 3},
  179. {"matrix": [3, 2], "x": 2, "y": 3},
  180. {"matrix": [3, 3], "x": 3, "y": 3},
  181. {"matrix": [3, 4], "x": 4, "y": 3},
  182. {"matrix": [3, 5], "x": 5, "y": 3},
  183. {"matrix": [3, 6], "x": 6, "y": 3},
  184. {"matrix": [10, 6], "x": 7.5, "y": 3},
  185. {"matrix": [10, 5], "x": 8.5, "y": 3},
  186. {"matrix": [10, 4], "x": 9.5, "y": 3},
  187. {"matrix": [10, 3], "x": 10.5, "y": 3},
  188. {"matrix": [10, 2], "x": 11.5, "y": 3},
  189. {"matrix": [10, 1], "x": 12.5, "y": 3},
  190. {"matrix": [10, 0], "x": 13.5, "y": 3},
  191. {"matrix": [4, 0], "x": 0, "y": 4},
  192. {"matrix": [4, 1], "x": 1, "y": 4},
  193. {"matrix": [4, 2], "x": 2, "y": 4},
  194. {"matrix": [4, 3], "x": 3, "y": 4},
  195. {"matrix": [4, 4], "x": 4, "y": 4},
  196. {"matrix": [4, 5], "x": 5, "y": 4},
  197. {"matrix": [4, 6], "x": 6, "y": 4},
  198. {"matrix": [11, 6], "x": 7.5, "y": 4},
  199. {"matrix": [11, 5], "x": 8.5, "y": 4},
  200. {"matrix": [11, 4], "x": 9.5, "y": 4},
  201. {"matrix": [11, 3], "x": 10.5, "y": 4},
  202. {"matrix": [11, 2], "x": 11.5, "y": 4},
  203. {"matrix": [11, 1], "x": 12.5, "y": 4},
  204. {"matrix": [11, 0], "x": 13.5, "y": 4},
  205. {"matrix": [6, 0], "x": 0, "y": 6.5},
  206. {"matrix": [6, 1], "x": 1, "y": 6.5},
  207. {"matrix": [6, 2], "x": 2, "y": 6.5},
  208. {"matrix": [6, 3], "x": 3, "y": 6.5},
  209. {"matrix": [6, 4], "x": 4, "y": 6.5},
  210. {"matrix": [13, 0], "x": 9.5, "y": 6.5},
  211. {"matrix": [13, 1], "x": 10.5, "y": 6.5},
  212. {"matrix": [13, 2], "x": 11.5, "y": 6.5},
  213. {"matrix": [13, 3], "x": 12.5, "y": 6.5},
  214. {"matrix": [13, 4], "x": 13.5, "y": 6.5}
  215. ]
  216. }
  217. }
  218. }