WS2812 driver improvements (#20262)

This commit is contained in:
Ryan
2023-03-30 12:21:02 +11:00
committed by GitHub
parent 7e1e662dc7
commit 647c2835e6
23 changed files with 68 additions and 77 deletions

View File

@@ -19,8 +19,8 @@ PS2_DRIVER = interrupt
CUSTOM_MATRIX = yes
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = BluefruitLE
WS2812_DRIVER_REQUIRED = yes
SRC += ws2812.c
SRC += rgbsps.c
SRC += analog.c
SRC += matrix.c