mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-09 01:39:12 +00:00
Keymap: Renabled EXTRAKEYS in layout (#4174)
* Renabled EXTRAKEYS. * Update keyboards/iris/keymaps/vyolle_steno/rules.mk Co-Authored-By: Vyolle <dchamberlin.ax@gmail.com>
This commit is contained in:
parent
4fffef8853
commit
877c285ec8
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
BOOTMAGIC_ENABLE = yes
|
||||
|
|
Loading…
Reference in a new issue