From 6bed2394866f0b98ac9b13a82999c875abc9e44a Mon Sep 17 00:00:00 2001 From: Yan-Fa Li Date: Mon, 7 Oct 2019 13:31:11 -0700 Subject: [Keymap] Community layout for hhkb (#6961) --- users/yanfali/rules.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'users') diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index bbd4d4bba6..ebee8b8275 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk @@ -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 + -- cgit v1.2.3