Move WS2812_DRIVER to data driven (#20248)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
WS2812_DRIVER = pwm
|
||||
SERIAL_DRIVER = usart
|
||||
AUDIO_ENABLE = no
|
||||
LTO_ENABLE = no
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
WS2812_DRIVER = pwm
|
||||
SERIAL_DRIVER = usart
|
||||
AUDIO_ENABLE = no
|
||||
LTO_ENABLE = no
|
||||
|
||||
Reference in New Issue
Block a user