mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-14 02:42:50 +00:00
RGB Matrix: driver naming cleanups (#21594)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
"oled": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812",
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"flags": 2, "x": 71, "y": 4},
|
||||
{"flags": 2, "x": 32, "y": 2},
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
"oled": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812",
|
||||
"driver": "ws2812",
|
||||
"split_count": [27, 27],
|
||||
"layout": [
|
||||
{"flags": 2, "x": 75, "y": 4},
|
||||
|
||||
Reference in New Issue
Block a user