Migrate RGB Matrix config to info.json (#22998)

This commit is contained in:
Joel Challis
2024-02-14 00:54:14 +00:00
committed by GitHub
parent c8c55e3220
commit 974e98ce59
173 changed files with 429 additions and 1408 deletions

View File

@@ -1,5 +1,32 @@
{
"dip_switch": {
"matrix_grid": [ [4, 4] ]
},
"rgb_matrix": {
"animations": {
"breathing": 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,
"jellybean_raindrops": true,
"pixel_rain": true,
"typing_heatmap": true,
"digital_rain": true,
"solid_reactive_simple": true,
"solid_reactive_multiwide": true,
"solid_reactive_multinexus": true,
"splash": true,
"solid_splash": true
},
"driver": "snled27351",
"sleep": true
}
}