RGB Matrix: driver naming cleanups (#21594)
This commit is contained in:
parent
dfb6d38f08
commit
37bc949945
513 changed files with 1166 additions and 1170 deletions
|
@ -9,7 +9,7 @@
|
|||
"split_count": [10, 10]
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
"driver": "ws2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"split_count": [10, 10]
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
"driver": "ws2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B2", "B6", "B5", "B4", "E6", "D7", "C6", "D4"],
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
"pin": "D3"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812",
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"flags": 2, "x": 75, "y": 2}, // L RGB1
|
||||
{"flags": 2, "x": 50, "y": 1}, // L RGB2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue