Move RGB_MATRIX_DRIVER
to data driven (#20350)
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"pid": "0x1120",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "IS31FL3733"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A6", "A7", "B0", "B13", "B15", "A8", "A15", "B3", "B4", "B5", "B8", "B9", "C13", "C14"],
|
||||
"rows": ["B1", "B10", "B11", "B14", "B12"]
|
||||
|
@@ -11,5 +11,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes # Use RGB matrix
|
||||
RGB_MATRIX_DRIVER = IS31FL3733
|
||||
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
|
||||
|
Reference in New Issue
Block a user