diff options
author | Xyverz <xyverz@gmail.com> | 2016-08-15 06:57:24 -0700 |
---|---|---|
committer | Xyverz <xyverz@gmail.com> | 2016-08-15 06:57:24 -0700 |
commit | 5c5c3e626b7f2e4a5835988c069c7154f347c4ca (patch) | |
tree | ee1f5e34f257334f8a60eb6338e84870ab2cb89a /keyboards/planck/keymaps/xyverz/makefile.mk | |
parent | 8e2d69d5a27adfb3ec1e288e8099a408ac72bc84 (diff) | |
download | qmk_firmware-5c5c3e626b7f2e4a5835988c069c7154f347c4ca.tar.gz |
Adding KC_BSPC to the LT() macro for LOWER resulted in a backspace stroke being sent if the LOWER key was used too quickly.
Switching back to original LOWER macro, but keeping the new RAISE macro.
Diffstat (limited to 'keyboards/planck/keymaps/xyverz/makefile.mk')
-rw-r--r-- | keyboards/planck/keymaps/xyverz/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/xyverz/makefile.mk b/keyboards/planck/keymaps/xyverz/makefile.mk index 0f4953888..93a89bb4a 100644 --- a/keyboards/planck/keymaps/xyverz/makefile.mk +++ b/keyboards/planck/keymaps/xyverz/makefile.mk @@ -9,10 +9,10 @@ MOUSEKEY_ENABLE = yes # Mouse keys(+4700) 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 +NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls -AUDIO_ENABLE = yes # Audio output on port C6 +AUDIO_ENABLE = yes # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |