Updated rules.mk to allow for audio control in VIA (#9087)
This commit is contained in:
parent
d846660e00
commit
f3c30e80cc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ BOOTLOADER = atmel-dfu
|
|||
#
|
||||
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = no # Audio control and System control
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
||||
|
|
Loading…
Reference in a new issue