Migrate RGB Matrix config to info.json - C (#22807)
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user