forked from mirror/qmk_firmware
LED Matrix: driver naming cleanups (#21580)
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
}
|
||||
},
|
||||
"led_matrix": {
|
||||
"driver": "CKLED2001",
|
||||
"driver": "ckled2001",
|
||||
"animations": {
|
||||
"none": true,
|
||||
"solid": true,
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
}
|
||||
},
|
||||
"led_matrix": {
|
||||
"driver": "CKLED2001",
|
||||
"driver": "ckled2001",
|
||||
"animations": {
|
||||
"none": true,
|
||||
"solid": true,
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"led_matrix": {
|
||||
"driver": "CKLED2001"
|
||||
"driver": "ckled2001"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A10", "A9", "A8", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0", "C15", "C14"],
|
||||
|
||||
Reference in New Issue
Block a user