mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-01 23:45:54 +00:00
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
|