mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
9 lines
210 B
Makefile
9 lines
210 B
Makefile
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
|
SRC += muse.c
|
|
endif
|
|
EXTRAKEY_ENABLE = yes
|
|
# RGBLIGHT_ENABLE = yes
|
|
## I bought the WS2812s...
|
|
## just need the main branch to be updated.
|
|
# Uncomment to make build fail.
|