Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
"pin": "A6",
|
||||
"breathing": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "spi"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B8",
|
||||
"num_lock": "B0",
|
||||
|
@@ -9,7 +9,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
WS2812_DRIVER = spi # RGB underglow driver configuration
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
OLED_ENABLE = no # Enables the use of OLED displays
|
||||
|
||||
|
Reference in New Issue
Block a user