Migrate RGB Matrix config to info.json - C (#22807)

This commit is contained in:
Joel Challis
2024-01-04 06:00:47 +00:00
committed by GitHub
parent c412b7fc42
commit a5f1438f58
25 changed files with 211 additions and 330 deletions

View File

@@ -12,10 +12,31 @@
"pin": "C2"
},
"rgb_matrix": {
"animations":{
"alphas_mods": true,
"breathing": true,
"band_sat": true,
"band_val": true,
"band_pinwheel_sat": true,
"band_pinwheel_val": true,
"band_spiral_sat": true,
"band_spiral_val": true,
"cycle_left_right": true,
"rainbow_moving_chevron": true,
"cycle_out_in": true,
"cycle_pinwheel": true,
"cycle_spiral": true,
"dual_beacon": true,
"jellybean_raindrops": true,
"hue_wave": true,
"pixel_flow": true
},
"driver": "ws2812",
"max_brightness": 125,
"sat_steps": 8,
"val_steps": 8,
"speed_steps": 10
"speed_steps": 10,
"sleep": true
},
"matrix_pins": {
"cols": ["B6", "B5", "B4", "B3", "B0", "D6", "D5", "D4", "D3", "D2", "D1", "D0"],