Move WS2812_DRIVER
to data driven (#20248)
This commit is contained in:
@@ -7,5 +7,8 @@
|
||||
},
|
||||
"rgblight": {
|
||||
"pin": "GP17"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "vendor"
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,4 @@
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
||||
WS2812_DRIVER = vendor
|
||||
|
||||
OPT_DEFS += -DHAL_USE_I2C=TRUE
|
||||
|
Reference in New Issue
Block a user