[Keymap] Community layout for hhkb (#6961)
[jackhill/qmk/firmware.git] / users / yanfali / rules.mk
1 BOOTMAGIC = lite
2 DYNAMIC_KEYMAP_ENABLE = no
3 CONSOLE_ENABLE = yes
4 COMMAND_ENABLE = yes
5 LINK_TIME_OPTIMIZATION_ENABLE = yes
6
7 ifneq (, $(findstring tokyo60, $(KEYBOARD)))
8 AUDIO_ENABLE = no
9 else
10 AUDIO_ENABLE = yes
11 endif
12