logo

qmk_firmware

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

keyboard.json (5149B)


  1. {
  2. "keyboard_name": "BM40 Hotswap RGB",
  3. "manufacturer": "KPRepublic",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x4B50",
  7. "pid": "0x3430",
  8. "device_version": "0.0.1"
  9. },
  10. "ws2812": {
  11. "pin": "E2"
  12. },
  13. "rgb_matrix": {
  14. "animations": {
  15. "alphas_mods": true,
  16. "gradient_up_down": true,
  17. "gradient_left_right": true,
  18. "breathing": true,
  19. "band_sat": true,
  20. "band_val": true,
  21. "band_pinwheel_sat": true,
  22. "band_pinwheel_val": true,
  23. "band_spiral_sat": true,
  24. "band_spiral_val": true,
  25. "cycle_all": true,
  26. "cycle_left_right": true,
  27. "cycle_up_down": true,
  28. "rainbow_moving_chevron": true,
  29. "cycle_out_in": true,
  30. "cycle_out_in_dual": true,
  31. "cycle_pinwheel": true,
  32. "cycle_spiral": true,
  33. "dual_beacon": true,
  34. "rainbow_beacon": true,
  35. "rainbow_pinwheels": true,
  36. "raindrops": true,
  37. "jellybean_raindrops": true,
  38. "hue_breathing": true,
  39. "hue_pendulum": true,
  40. "hue_wave": true,
  41. "pixel_rain": true,
  42. "pixel_flow": true,
  43. "pixel_fractal": true,
  44. "typing_heatmap": true,
  45. "digital_rain": true,
  46. "solid_reactive_simple": true,
  47. "solid_reactive": true,
  48. "solid_reactive_wide": true,
  49. "solid_reactive_multiwide": true,
  50. "solid_reactive_cross": true,
  51. "solid_reactive_multicross": true,
  52. "solid_reactive_nexus": true,
  53. "solid_reactive_multinexus": true,
  54. "splash": true,
  55. "multisplash": true,
  56. "solid_splash": true,
  57. "solid_multisplash": true
  58. },
  59. "driver": "ws2812",
  60. "max_brightness": 180,
  61. "sleep": true
  62. },
  63. "rgblight": {
  64. "max_brightness": 180
  65. },
  66. "features": {
  67. "bootmagic": true,
  68. "extrakey": true,
  69. "mousekey": true,
  70. "nkro": false,
  71. "rgb_matrix": true
  72. },
  73. "qmk": {
  74. "locking": {
  75. "enabled": true,
  76. "resync": true
  77. }
  78. },
  79. "matrix_pins": {
  80. "cols": ["B6", "C6", "B4", "D7", "D4", "D6", "C7", "F6", "F5", "F4", "F1", "F0"],
  81. "rows": ["B3", "B2", "E6", "B5"]
  82. },
  83. "diode_direction": "COL2ROW",
  84. "processor": "atmega32u4",
  85. "bootloader": "atmel-dfu",
  86. "community_layouts": ["planck_mit"],
  87. "layouts": {
  88. "LAYOUT_planck_mit": {
  89. "layout": [
  90. {"matrix": [0, 0], "x": 0, "y": 0},
  91. {"matrix": [0, 1], "x": 1, "y": 0},
  92. {"matrix": [0, 2], "x": 2, "y": 0},
  93. {"matrix": [0, 3], "x": 3, "y": 0},
  94. {"matrix": [0, 4], "x": 4, "y": 0},
  95. {"matrix": [0, 5], "x": 5, "y": 0},
  96. {"matrix": [0, 6], "x": 6, "y": 0},
  97. {"matrix": [0, 7], "x": 7, "y": 0},
  98. {"matrix": [0, 8], "x": 8, "y": 0},
  99. {"matrix": [0, 9], "x": 9, "y": 0},
  100. {"matrix": [0, 10], "x": 10, "y": 0},
  101. {"matrix": [0, 11], "x": 11, "y": 0},
  102. {"matrix": [1, 0], "x": 0, "y": 1},
  103. {"matrix": [1, 1], "x": 1, "y": 1},
  104. {"matrix": [1, 2], "x": 2, "y": 1},
  105. {"matrix": [1, 3], "x": 3, "y": 1},
  106. {"matrix": [1, 4], "x": 4, "y": 1},
  107. {"matrix": [1, 5], "x": 5, "y": 1},
  108. {"matrix": [1, 6], "x": 6, "y": 1},
  109. {"matrix": [1, 7], "x": 7, "y": 1},
  110. {"matrix": [1, 8], "x": 8, "y": 1},
  111. {"matrix": [1, 9], "x": 9, "y": 1},
  112. {"matrix": [1, 10], "x": 10, "y": 1},
  113. {"matrix": [1, 11], "x": 11, "y": 1},
  114. {"matrix": [2, 0], "x": 0, "y": 2},
  115. {"matrix": [2, 1], "x": 1, "y": 2},
  116. {"matrix": [2, 2], "x": 2, "y": 2},
  117. {"matrix": [2, 3], "x": 3, "y": 2},
  118. {"matrix": [2, 4], "x": 4, "y": 2},
  119. {"matrix": [2, 5], "x": 5, "y": 2},
  120. {"matrix": [2, 6], "x": 6, "y": 2},
  121. {"matrix": [2, 7], "x": 7, "y": 2},
  122. {"matrix": [2, 8], "x": 8, "y": 2},
  123. {"matrix": [2, 9], "x": 9, "y": 2},
  124. {"matrix": [2, 10], "x": 10, "y": 2},
  125. {"matrix": [2, 11], "x": 11, "y": 2},
  126. {"matrix": [3, 0], "x": 0, "y": 3},
  127. {"matrix": [3, 1], "x": 1, "y": 3},
  128. {"matrix": [3, 2], "x": 2, "y": 3},
  129. {"matrix": [3, 3], "x": 3, "y": 3},
  130. {"matrix": [3, 4], "x": 4, "y": 3},
  131. {"matrix": [3, 5], "x": 5, "y": 3, "w": 2},
  132. {"matrix": [3, 7], "x": 7, "y": 3},
  133. {"matrix": [3, 8], "x": 8, "y": 3},
  134. {"matrix": [3, 9], "x": 9, "y": 3},
  135. {"matrix": [3, 10], "x": 10, "y": 3},
  136. {"matrix": [3, 11], "x": 11, "y": 3}
  137. ]
  138. }
  139. }
  140. }