1
0
Fork 0

[Keymap] Community layout for hhkb (#6961)

This commit is contained in:
Yan-Fa Li 2019-10-07 13:31:11 -07:00 committed by noroadsleft
parent c2709a7ca4
commit 6bed239486
2 changed files with 58 additions and 1 deletions

View file

@ -2,5 +2,11 @@ BOOTMAGIC = lite
DYNAMIC_KEYMAP_ENABLE = no
CONSOLE_ENABLE = yes
COMMAND_ENABLE = yes
AUDIO_ENABLE = yes
LINK_TIME_OPTIMIZATION_ENABLE = yes
ifneq (, $(findstring tokyo60, $(KEYBOARD)))
AUDIO_ENABLE = no
else
AUDIO_ENABLE = yes
endif