logo

qmk_firmware

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

keyboard.json (7018B)


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