Migrate RGB Matrix config to info.json - K (#22911)

This commit is contained in:
Joel Challis
2024-02-01 12:05:29 +00:00
committed by GitHub
parent 3dee67a05a
commit 6761936fcd
102 changed files with 1768 additions and 2455 deletions

View File

@@ -5,7 +5,39 @@
"device_version": "0.0.2"
},
"rgb_matrix": {
"driver": "is31fl3731"
"animations": {
"alphas_mods": true,
"gradient_left_right": true,
"breathing": true,
"band_val": true,
"band_pinwheel_val": true,
"band_spiral_val": true,
"cycle_all": true,
"cycle_left_right": true,
"cycle_up_down": true,
"rainbow_moving_chevron": true,
"cycle_out_in": true,
"cycle_out_in_dual": true,
"cycle_pinwheel": true,
"cycle_spiral": true,
"dual_beacon": true,
"rainbow_beacon": true,
"rainbow_pinwheels": true,
"hue_breathing": true,
"hue_pendulum": true,
"hue_wave": true,
"pixel_rain": true,
"pixel_flow": true,
"pixel_fractal": true,
"typing_heatmap": true
},
"default": {
"animation": "cycle_all"
},
"driver": "is31fl3731",
"led_flush_limit": 26,
"led_process_limit": 4,
"sleep": true
},
"matrix_pins": {
"cols": ["F7", "F6", "F5", "C7", "B0", "B1", "B2", "B3", "B4", "D7", "D6", "D4", "D5", "D3", "D2"],