Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"pid": "0x2323",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "B1", "B2", "B3", "B4", "B5"],
|
||||
"rows": ["A0", "A1", "A2", "A3"]
|
||||
|
@@ -8,4 +8,3 @@ CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
WS2812_DRIVER = i2c
|
||||
|
Reference in New Issue
Block a user