diff options
| author | Yan-Fa Li <yanfali@gmail.com> | 2019-10-07 13:31:11 -0700 |
|---|---|---|
| committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-07 13:31:11 -0700 |
| commit | 6bed2394866f0b98ac9b13a82999c875abc9e44a (patch) | |
| tree | 2b99192e836952f6dda7313138812fe4fabac552 /users/yanfali | |
| parent | c2709a7ca4a139af0606b085d21a0af460dbf87e (diff) | |
| download | qmk_firmware-6bed2394866f0b98ac9b13a82999c875abc9e44a.tar.gz qmk_firmware-6bed2394866f0b98ac9b13a82999c875abc9e44a.zip | |
[Keymap] Community layout for hhkb (#6961)
Diffstat (limited to 'users/yanfali')
| -rw-r--r-- | users/yanfali/rules.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index bbd4d4bba..ebee8b827 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk | |||
| @@ -2,5 +2,11 @@ BOOTMAGIC = lite | |||
| 2 | DYNAMIC_KEYMAP_ENABLE = no | 2 | DYNAMIC_KEYMAP_ENABLE = no |
| 3 | CONSOLE_ENABLE = yes | 3 | CONSOLE_ENABLE = yes |
| 4 | COMMAND_ENABLE = yes | 4 | COMMAND_ENABLE = yes |
| 5 | AUDIO_ENABLE = yes | ||
| 6 | LINK_TIME_OPTIMIZATION_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 | |||
