Move RGB_MATRIX_DRIVER
to data driven (#20350)
This commit is contained in:
parent
10fc6c4cd6
commit
522048725f
833 changed files with 1250 additions and 437 deletions
|
@ -8,6 +8,9 @@
|
|||
"pid": "0xEED3",
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B04", "B05", "B06", "B07", "B08", "B09", "B10", "B11", "B12", "B13", "A05", "A06", "A07", "A10", "A11"],
|
||||
"rows": ["A00", "A01", "A02", "A03", "A04"]
|
||||
|
|
|
@ -26,4 +26,3 @@ AUTO_SHIFT_ENABLE = no # Auto Shift
|
|||
|
||||
# Custom RGB matrix handling
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = custom
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0xEED2",
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A00", "A01", "A02", "A03", "A04", "A05", "A06", "A07"],
|
||||
"rows": ["B04", "B05", "B06", "B07", "B08", "B09", "A10", "A11", "B10", "B11", "B12"]
|
||||
|
|
|
@ -26,4 +26,3 @@ AUTO_SHIFT_ENABLE = no # Auto Shift
|
|||
|
||||
# Custom RGB matrix handling
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue