Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -11,5 +11,8 @@
|
||||
"resolution": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "vendor"
|
||||
}
|
||||
}
|
||||
|
@@ -1 +0,0 @@
|
||||
WS2812_DRIVER = vendor
|
||||
|
@@ -3,6 +3,9 @@
|
||||
"processor": "STM32F405",
|
||||
"bootloader": "stm32-dfu",
|
||||
"bootloader_instructions": "Press the 5 keys on the bottom row of the left side, or hold the boot switch and tap the reset switch, or hold the top-left key when plugging in the board.",
|
||||
"ws2812": {
|
||||
"driver": "pwm"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{
|
||||
|
@@ -1 +0,0 @@
|
||||
WS2812_DRIVER = pwm
|
||||
|
Reference in New Issue
Block a user