diff options
author | eniigmakeyboards <support@eniigmakeyboards.com> | 2020-05-13 14:20:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 19:20:39 +0100 |
commit | f3c30e80cc4478ec48d49eba793ccca6ed950852 (patch) | |
tree | 9d8ba8d68ea9708b68aefdaae57c12e7f9909cf4 /keyboards/eniigmakeyboards | |
parent | d846660e0080de38a9d20b05df8d11e9fbfb281f (diff) | |
download | qmk_firmware-f3c30e80cc4478ec48d49eba793ccca6ed950852.tar.gz qmk_firmware-f3c30e80cc4478ec48d49eba793ccca6ed950852.zip |
Updated rules.mk to allow for audio control in VIA (#9087)
Diffstat (limited to 'keyboards/eniigmakeyboards')
-rw-r--r-- | keyboards/eniigmakeyboards/ek87/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/eniigmakeyboards/ek87/rules.mk b/keyboards/eniigmakeyboards/ek87/rules.mk index 00f426726e..dfe300fae0 100644 --- a/keyboards/eniigmakeyboards/ek87/rules.mk +++ b/keyboards/eniigmakeyboards/ek87/rules.mk @@ -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 |