Migrate RGB Matrix config to info.json - B (#22806)
This commit is contained in:
@@ -33,6 +33,18 @@
|
||||
"pin": "B15"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"animations": {
|
||||
"gradient_up_down": true,
|
||||
"gradient_left_right": true,
|
||||
"breathing": true,
|
||||
"solid_reactive_simple": true,
|
||||
"solid_reactive": true,
|
||||
"splash": true,
|
||||
"solid_splash": true
|
||||
},
|
||||
"default": {
|
||||
"animation": "breathing"
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"flags": 4, "matrix": [0, 0], "x": 0, "y": 0},
|
||||
@@ -41,7 +53,9 @@
|
||||
{"flags": 4, "matrix": [1, 0], "x": 0, "y": 64},
|
||||
{"flags": 4, "matrix": [1, 1], "x": 112, "y": 64},
|
||||
{"flags": 4, "matrix": [1, 2], "x": 224, "y": 64}
|
||||
]
|
||||
],
|
||||
"max_brightness": 200,
|
||||
"sleep": true
|
||||
},
|
||||
"community_layouts": ["ortho_2x3"],
|
||||
"layouts": {
|
||||
|
||||
Reference in New Issue
Block a user