diff options
author | holtenc <holtenc@primekb.com> | 2019-06-02 16:19:31 -0500 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-06-02 14:19:31 -0700 |
commit | 5971b663cb8dc55b02d2987e946691fb9aa44e97 (patch) | |
tree | 661a0b2bf206514da1203c4780906a0dc8c6a37a /keyboards/primekb/prime_e/keymaps/via/rules.mk | |
parent | 6766c5315eb89eeafaf60c089ad028a963c48ab1 (diff) |
Enable extrakey in rules (#6055)
* correct indicator light states.
function of indicator lights was inverted. these changes correct that.
* flesh out keymaps pre production
* Enable extrakey in rules
Diffstat (limited to 'keyboards/primekb/prime_e/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/primekb/prime_e/keymaps/via/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/primekb/prime_e/keymaps/via/rules.mk b/keyboards/primekb/prime_e/keymaps/via/rules.mk index 93b2e70e7c..c981a2f261 100644 --- a/keyboards/primekb/prime_e/keymaps/via/rules.mk +++ b/keyboards/primekb/prime_e/keymaps/via/rules.mk @@ -63,7 +63,7 @@ BOOTLOADER = atmel-dfu # BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = no # Mouse keys(+4700) -EXTRAKEY_ENABLE = no # Audio control and System control(+450) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |