logo

qmk_firmware

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

keyboard.json (6291B)


  1. {
  2. "keyboard_name": "BM60HSRGB_EC Rev1",
  3. "manufacturer": "KP Republic",
  4. "maintainer": "peepeetee",
  5. "usb": {
  6. "vid": "0x4B50",
  7. "pid": "0xEF9C",
  8. "device_version": "0.0.1"
  9. },
  10. "ws2812": {
  11. "pin": "E2"
  12. },
  13. "rgb_matrix": {
  14. "animations": {
  15. "alphas_mods": true,
  16. "gradient_left_right": true,
  17. "breathing": true,
  18. "band_val": true,
  19. "band_pinwheel_val": true,
  20. "band_spiral_val": true,
  21. "cycle_all": true,
  22. "cycle_left_right": true,
  23. "cycle_up_down": true,
  24. "rainbow_moving_chevron": true,
  25. "cycle_out_in": true,
  26. "cycle_out_in_dual": true,
  27. "cycle_pinwheel": true,
  28. "cycle_spiral": true,
  29. "dual_beacon": true,
  30. "rainbow_beacon": true,
  31. "rainbow_pinwheels": true,
  32. "hue_breathing": true,
  33. "hue_pendulum": true,
  34. "hue_wave": true,
  35. "pixel_rain": true,
  36. "pixel_flow": true,
  37. "pixel_fractal": true,
  38. "typing_heatmap": true,
  39. "digital_rain": true,
  40. "solid_reactive_simple": true,
  41. "solid_reactive": true,
  42. "solid_reactive_wide": true,
  43. "solid_reactive_multiwide": true,
  44. "solid_reactive_cross": true,
  45. "solid_reactive_multicross": true,
  46. "solid_reactive_nexus": true,
  47. "solid_reactive_multinexus": true,
  48. "splash": true,
  49. "multisplash": true,
  50. "solid_splash": true,
  51. "solid_multisplash": true
  52. },
  53. "driver": "ws2812",
  54. "max_brightness": 140
  55. },
  56. "build": {
  57. "lto": true
  58. },
  59. "features": {
  60. "bootmagic": true,
  61. "encoder": true,
  62. "extrakey": true,
  63. "mousekey": true,
  64. "nkro": true,
  65. "rgb_matrix": true
  66. },
  67. "matrix_pins": {
  68. "cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7"],
  69. "rows": ["B0", "B1", "B2", "B3", "E6"]
  70. },
  71. "diode_direction": "COL2ROW",
  72. "encoder": {
  73. "rotary": [
  74. {"pin_a": "F6", "pin_b": "F5", "resolution": 2}
  75. ]
  76. },
  77. "processor": "atmega32u4",
  78. "bootloader": "atmel-dfu",
  79. "layouts": {
  80. "LAYOUT": {
  81. "layout": [
  82. {"matrix": [0, 0], "x": 0, "y": 0.5},
  83. {"matrix": [0, 1], "x": 1, "y": 0.5},
  84. {"matrix": [0, 2], "x": 2, "y": 0.5},
  85. {"matrix": [0, 3], "x": 3, "y": 0.5},
  86. {"matrix": [0, 4], "x": 4, "y": 0.5},
  87. {"matrix": [0, 5], "x": 5, "y": 0.5},
  88. {"matrix": [0, 6], "x": 6, "y": 0.5},
  89. {"matrix": [0, 7], "x": 7, "y": 0.5},
  90. {"matrix": [0, 8], "x": 8, "y": 0.5},
  91. {"matrix": [0, 9], "x": 9, "y": 0.5},
  92. {"matrix": [0, 10], "x": 10, "y": 0.5},
  93. {"matrix": [0, 11], "x": 11, "y": 0.5},
  94. {"matrix": [0, 12], "x": 12, "y": 0.5},
  95. {"matrix": [0, 13], "x": 13, "y": 0.5},
  96. {"matrix": [2, 1], "x": 14, "y": 0.5},
  97. {"matrix": [4, 3], "x": 13.9, "y": 0, "w": 0.6, "h": 0.5},
  98. {"matrix": [4, 4], "x": 14.5, "y": 0, "w": 0.6, "h": 0.5},
  99. {"matrix": [1, 0], "x": 0, "y": 1.5, "w": 1.5},
  100. {"matrix": [1, 1], "x": 1.5, "y": 1.5},
  101. {"matrix": [1, 2], "x": 2.5, "y": 1.5},
  102. {"matrix": [1, 3], "x": 3.5, "y": 1.5},
  103. {"matrix": [1, 4], "x": 4.5, "y": 1.5},
  104. {"matrix": [1, 5], "x": 5.5, "y": 1.5},
  105. {"matrix": [1, 6], "x": 6.5, "y": 1.5},
  106. {"matrix": [1, 7], "x": 7.5, "y": 1.5},
  107. {"matrix": [1, 8], "x": 8.5, "y": 1.5},
  108. {"matrix": [1, 9], "x": 9.5, "y": 1.5},
  109. {"matrix": [1, 10], "x": 10.5, "y": 1.5},
  110. {"matrix": [1, 11], "x": 11.5, "y": 1.5},
  111. {"matrix": [1, 12], "x": 12.5, "y": 1.5},
  112. {"matrix": [1, 13], "x": 13.5, "y": 1.5, "w": 1.5},
  113. {"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.75},
  114. {"matrix": [2, 2], "x": 1.75, "y": 2.5},
  115. {"matrix": [2, 3], "x": 2.75, "y": 2.5},
  116. {"matrix": [2, 4], "x": 3.75, "y": 2.5},
  117. {"matrix": [2, 5], "x": 4.75, "y": 2.5},
  118. {"matrix": [2, 6], "x": 5.75, "y": 2.5},
  119. {"matrix": [2, 7], "x": 6.75, "y": 2.5},
  120. {"matrix": [2, 8], "x": 7.75, "y": 2.5},
  121. {"matrix": [2, 9], "x": 8.75, "y": 2.5},
  122. {"matrix": [2, 10], "x": 9.75, "y": 2.5},
  123. {"matrix": [2, 11], "x": 10.75, "y": 2.5},
  124. {"matrix": [2, 12], "x": 11.75, "y": 2.5},
  125. {"matrix": [2, 13], "x": 12.75, "y": 2.5, "w": 2.25},
  126. {"matrix": [3, 1], "x": 0, "y": 3.5, "w": 2.25},
  127. {"matrix": [3, 2], "x": 2.25, "y": 3.5},
  128. {"matrix": [3, 3], "x": 3.25, "y": 3.5},
  129. {"matrix": [3, 4], "x": 4.25, "y": 3.5},
  130. {"matrix": [3, 5], "x": 5.25, "y": 3.5},
  131. {"matrix": [3, 6], "x": 6.25, "y": 3.5},
  132. {"matrix": [3, 7], "x": 7.25, "y": 3.5},
  133. {"matrix": [3, 8], "x": 8.25, "y": 3.5},
  134. {"matrix": [3, 9], "x": 9.25, "y": 3.5},
  135. {"matrix": [3, 10], "x": 10.25, "y": 3.5},
  136. {"matrix": [3, 11], "x": 11.25, "y": 3.5, "w": 1.75},
  137. {"matrix": [3, 12], "x": 13, "y": 3.5},
  138. {"matrix": [3, 13], "x": 14, "y": 3.5},
  139. {"matrix": [4, 0], "x": 0, "y": 4.5, "w": 1.25},
  140. {"matrix": [4, 1], "x": 1.25, "y": 4.5, "w": 1.25},
  141. {"matrix": [4, 2], "x": 2.5, "y": 4.5, "w": 1.25},
  142. {"matrix": [4, 6], "x": 3.75, "y": 4.5, "w": 6.25},
  143. {"matrix": [4, 9], "x": 10, "y": 4.5},
  144. {"matrix": [4, 10], "x": 11, "y": 4.5},
  145. {"matrix": [4, 11], "x": 12, "y": 4.5},
  146. {"matrix": [4, 12], "x": 13, "y": 4.5},
  147. {"matrix": [4, 13], "x": 14, "y": 4.5}
  148. ]
  149. }
  150. }
  151. }