[Keymap] Overly greedy community keymap build userspace (#6969)

- this fixes breakage in instant60 pcb sorry @upas
This commit is contained in:
Yan-Fa Li 2019-10-07 19:23:59 -07:00 committed by Drashna Jaelre
parent 403c139b34
commit 8fe15fa17a
1 changed files with 4 additions and 3 deletions

View File

@ -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