You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
6.1 KiB

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