diff options
author | Toni <jeder@mail1a.de> | 2016-08-19 10:24:48 +0200 |
---|---|---|
committer | Toni <jeder@mail1a.de> | 2016-08-19 10:24:48 +0200 |
commit | bc0bd11430d09423208d5df17dec21e64854cb9a (patch) | |
tree | 3499dce543d4a35ab1c6906355d995647fbec3d6 /keyboards/amj60 | |
parent | 225c73ed30b97229bcb88182b5153c27082886f9 (diff) | |
download | firmware-bc0bd11430d09423208d5df17dec21e64854cb9a.tar.gz firmware-bc0bd11430d09423208d5df17dec21e64854cb9a.tar.bz2 firmware-bc0bd11430d09423208d5df17dec21e64854cb9a.zip |
forgot media keys
Diffstat (limited to 'keyboards/amj60')
-rw-r--r-- | keyboards/amj60/keymaps/iso_split_rshift/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/amj60/keymaps/iso_split_rshift/Makefile b/keyboards/amj60/keymaps/iso_split_rshift/Makefile index 0d8416bbc..2969ed8ae 100644 --- a/keyboards/amj60/keymaps/iso_split_rshift/Makefile +++ b/keyboards/amj60/keymaps/iso_split_rshift/Makefile @@ -4,7 +4,7 @@ # 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 = yes # Commands for debug and configuration NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |