Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
"levels": 20,
|
||||
"breathing": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"processor": "STM32F411",
|
||||
"bootloader": "stm32-dfu"
|
||||
}
|
||||
|
@@ -13,7 +13,6 @@ LTO_ENABLE = no
|
||||
ENCODER_ENABLE = no
|
||||
EEPROM_DRIVER = i2c
|
||||
BACKLIGHT_ENABLE = yes
|
||||
WS2812_DRIVER = pwm
|
||||
|
||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
|
Reference in New Issue
Block a user