~ruther/qmk_firmware

8fe15fa17af87c9430afde7fe30c323033a18f02 — Yan-Fa Li 5 years ago 403c139
[Keymap] Overly greedy community keymap build userspace (#6969)

- this fixes breakage in instant60 pcb sorry @upas
1 files changed, 4 insertions(+), 3 deletions(-)

M users/yanfali/rules.mk
M users/yanfali/rules.mk => users/yanfali/rules.mk +4 -3
@@ 4,9 4,10 @@ CONSOLE_ENABLE = yes
COMMAND_ENABLE = yes
LINK_TIME_OPTIMIZATION_ENABLE = yes

ifneq (, $(findstring tokyo60, $(KEYBOARD)))
    AUDIO_ENABLE = no
else
# only enable audio on specific boards
ifeq ($(strip $(KEYBOARD)), maartenwut/plain60)
    AUDIO_ENABLE = yes
else
    AUDIO_ENABLE = no
endif