mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
[Keymap] Overly greedy community keymap build userspace (#6969)
- this fixes breakage in instant60 pcb sorry @upas
This commit is contained in:
parent
403c139b34
commit
8fe15fa17a
|
@ -4,9 +4,10 @@ CONSOLE_ENABLE = yes
|
||||||
COMMAND_ENABLE = yes
|
COMMAND_ENABLE = yes
|
||||||
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
||||||
|
|
||||||
ifneq (, $(findstring tokyo60, $(KEYBOARD)))
|
# only enable audio on specific boards
|
||||||
AUDIO_ENABLE = no
|
ifeq ($(strip $(KEYBOARD)), maartenwut/plain60)
|
||||||
else
|
|
||||||
AUDIO_ENABLE = yes
|
AUDIO_ENABLE = yes
|
||||||
|
else
|
||||||
|
AUDIO_ENABLE = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user