[keymap] Update audio controls on community (#8163)
* Update audio controls on community * Add rules for various boards * TKL support
This commit is contained in:
parent
4eed0331bf
commit
eb1f99c5f9
6 changed files with 42 additions and 6 deletions
|
@ -3,14 +3,25 @@ DYNAMIC_KEYMAP_ENABLE = no
|
|||
CONSOLE_ENABLE = yes
|
||||
COMMAND_ENABLE = yes
|
||||
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
||||
AUDIO_ENABLE = no
|
||||
|
||||
# only enable audio on specific boards
|
||||
ifeq ($(strip $(KEYBOARD)), maartenwut/plain60)
|
||||
AUDIO_ENABLE = yes
|
||||
else
|
||||
AUDIO_ENABLE = no
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), clueboard/60)
|
||||
AUDIO_ENABLE = yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), hadron/ver3)
|
||||
AUDIO_ENABLE = yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), fruity60)
|
||||
COMMAND_ENABLE = no
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), kbdfans/kbd75/rev1)
|
||||
COMMAND_ENABLE = no
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue