RGB Matrix: driver naming cleanups (#21594)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"force_nkro": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
"driver": "ws2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "B2", "B7", "D3", "D2", "D1", "D0", "B3"],
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
}
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812",
|
||||
"driver": "ws2812",
|
||||
"center_point": [126, 126],
|
||||
"layout": [
|
||||
{"flags": 4, "matrix": [1, 0], "x": 74, "y": 165},
|
||||
|
||||
Reference in New Issue
Block a user