]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keymap: Renabled EXTRAKEYS in layout (#4174)
authorVyolle <44031868+Vyolle@users.noreply.github.com>
Sun, 21 Oct 2018 16:15:48 +0000 (11:15 -0500)
committerDrashna Jaelre <drashna@live.com>
Sun, 21 Oct 2018 16:15:48 +0000 (09:15 -0700)
* Renabled EXTRAKEYS.

* Update keyboards/iris/keymaps/vyolle_steno/rules.mk

Co-Authored-By: Vyolle <dchamberlin.ax@gmail.com>
keyboards/iris/keymaps/vyolle_steno/rules.mk

index e41231683370545aaead09df66271f7ea29e5694..ebe1c86a0e7f1172d4e3b9c29a398cfb49178bca 100644 (file)
@@ -1,7 +1,7 @@
-EXTRAKEY_ENABLE = no
-MOUSEKEY_ENABLE = no        # Mouse keys(+4700)
-STENO_ENABLE = yes          # Additional protocols for Stenography(+1700), requires VIRTSER
+EXTRAKEY_ENABLE = yes       # Disable if you run out of usb endpoints. Media keys need this to work.
+MOUSEKEY_ENABLE = no        # Mouse keys(+4700) Uses extra usb endpoints. 
+STENO_ENABLE = yes          # Additional protocols for Stenography(+1700), requires VIRTSER.
 AUDIO_ENABLE = no           # Audio output on port C6
 MIDI_ENABLE = no            # MIDI controls
 NKRO_ENABLE = yes
-BOOTMAGIC_ENABLE = yes
\ No newline at end of file
+BOOTMAGIC_ENABLE = yes