LED Matrix: driver naming cleanups (#21580)

This commit is contained in:
Ryan 2023-07-29 15:25:00 +10:00 committed by GitHub
commit 571b8bac82
Failed to generate hash of commit
19 changed files with 186 additions and 186 deletions

View file

@ -105,7 +105,7 @@
}
},
"led_matrix": {
"driver": "CKLED2001",
"driver": "ckled2001",
"animations": {
"none": true,
"solid": true,

View file

@ -122,7 +122,7 @@
}
},
"led_matrix": {
"driver": "CKLED2001",
"driver": "ckled2001",
"animations": {
"none": true,
"solid": true,

View file

@ -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"],