mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-05 11:20:35 -04:00
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
|
@ -52,4 +52,12 @@
|
|||
|
||||
#if defined(OLED_ENABLE)
|
||||
# include "config/oled_config.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAPTIC_ENABLE)
|
||||
# include "config/haptic_config.h"
|
||||
#endif
|
||||
|
||||
#if defined(AUDIO_ENABLE)
|
||||
# include "config/audio_config.h"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue