Migrate RGB Matrix config to info.json - B (#22806)

This commit is contained in:
Joel Challis
2024-01-04 06:00:28 +00:00
committed by GitHub
parent 5267329caa
commit c412b7fc42
46 changed files with 429 additions and 760 deletions

View File

@@ -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": {