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
|
@ -10,6 +10,9 @@
|
|||
"vid": "0x7470",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "IS31FL3733"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = IS31FL3733
|
||||
RGB_MATRIX_CUSTOM_KB = yes
|
||||
|
||||
DEFAULT_FOLDER = teleport/native/iso
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue