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.

102 lines
3.7 KiB

  1. {
  2. "matrix_pins": {
  3. "cols": ["B4", "D7", "D6", "D4", "F7", "F6", "F5", "F4"],
  4. "rows": ["C7", "C6", "B6", "B5"]
  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_spiral"
  54. },
  55. "driver": "is31fl3731",
  56. "sleep": true
  57. },
  58. "diode_direction": "COL2ROW",
  59. "processor": "atmega32u4",
  60. "bootloader": "atmel-dfu",
  61. "layouts": {
  62. "LAYOUT_ortho_4x8": {
  63. "layout": [
  64. {"matrix": [0, 0], "x": 0, "y": 0},
  65. {"matrix": [0, 1], "x": 1, "y": 0},
  66. {"matrix": [0, 2], "x": 2, "y": 0},
  67. {"matrix": [0, 3], "x": 3, "y": 0},
  68. {"matrix": [0, 4], "x": 4, "y": 0},
  69. {"matrix": [0, 5], "x": 5, "y": 0},
  70. {"matrix": [0, 6], "x": 6, "y": 0},
  71. {"matrix": [0, 7], "x": 7, "y": 0},
  72. {"matrix": [1, 0], "x": 0, "y": 1},
  73. {"matrix": [1, 1], "x": 1, "y": 1},
  74. {"matrix": [1, 2], "x": 2, "y": 1},
  75. {"matrix": [1, 3], "x": 3, "y": 1},
  76. {"matrix": [1, 4], "x": 4, "y": 1},
  77. {"matrix": [1, 5], "x": 5, "y": 1},
  78. {"matrix": [1, 6], "x": 6, "y": 1},
  79. {"matrix": [1, 7], "x": 7, "y": 1},
  80. {"matrix": [2, 0], "x": 0, "y": 2},
  81. {"matrix": [2, 1], "x": 1, "y": 2},
  82. {"matrix": [2, 2], "x": 2, "y": 2},
  83. {"matrix": [2, 3], "x": 3, "y": 2},
  84. {"matrix": [2, 4], "x": 4, "y": 2},
  85. {"matrix": [2, 5], "x": 5, "y": 2},
  86. {"matrix": [2, 6], "x": 6, "y": 2},
  87. {"matrix": [2, 7], "x": 7, "y": 2},
  88. {"matrix": [3, 0], "x": 0, "y": 3},
  89. {"matrix": [3, 1], "x": 1, "y": 3},
  90. {"matrix": [3, 2], "x": 2, "y": 3},
  91. {"matrix": [3, 3], "x": 3, "y": 3},
  92. {"matrix": [3, 4], "x": 4, "y": 3},
  93. {"matrix": [3, 5], "x": 5, "y": 3},
  94. {"matrix": [3, 6], "x": 6, "y": 3},
  95. {"matrix": [3, 7], "x": 7, "y": 3}
  96. ]
  97. }
  98. }
  99. }