8 lines
168 B
Makefile
8 lines
168 B
Makefile
|
# Wildcard to allow APM32 MCU
|
||
|
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||
|
|
||
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
WS2812_DRIVER = pwm # Per-key RGB MCU Driver
|