logo

qmk_firmware

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

keyboard.json (6134B)


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