Klor Fix, Userspace Adds, Keymap tweaks
- Updated Klor config for updated haptic defines - Music mode is now off for good - Added userspace config for haptics and audio - Went back to numpad 0 on the thumbs - Added haptic and audio keys on the config layer - removed all combos except drag scroll - Updated and added overrides for haptics/audio/Mousekeys
This commit is contained in:
parent
f07b0203d0
commit
a1764f59ac
15 changed files with 188 additions and 75 deletions
|
|
@ -25,20 +25,23 @@ POINTING_DEVICE_ENABLE ?= no
|
|||
OLED_ENABLE ?= no
|
||||
ENCODER_ENABLE ?= no
|
||||
ENCODER_MAP_ENABLE ?= no
|
||||
HAPTIC_ENABLE ?= no
|
||||
AUDIO_ENABLE ?= no
|
||||
|
||||
# qmk features we will force
|
||||
EXTRAKEY_ENABLE = yes
|
||||
AUDIO_ENABLE = no
|
||||
CAPS_WORD_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = yes
|
||||
COMBO_ENABLE = yes
|
||||
KEY_OVERRIDE_ENABLE = yes
|
||||
MUSIC_MODE = no
|
||||
|
||||
# ---------------------------------------------------------
|
||||
# include my code that will be common across all my keyboards
|
||||
|
||||
SRC += \
|
||||
t4corun.c \
|
||||
features/tapping.c \
|
||||
features/taphold.c \
|
||||
features/capsword.c \
|
||||
features/keyoverride.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue