mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-29 18:22:10 +01:00
RGB Matrix: driver naming cleanups (#21594)
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
"solid_splash": true,
|
||||
"solid_multisplash": true
|
||||
},
|
||||
"driver": "WS2812",
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"flags": 1, "matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"flags": 1, "matrix": [0, 1], "x": 75, "y": 0},
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"pin": "C15"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
"driver": "ws2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A2", "A1", "B14", "B4", "B5", "B6", "B7"],
|
||||
|
||||
Reference in New Issue
Block a user