mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-19 10:21:31 -04:00
configuration fix
This commit is contained in:
parent
85893439a2
commit
b88b76d292
2 changed files with 16 additions and 11 deletions
|
@ -1,10 +1,6 @@
|
|||
#define DYNAMIC_KEYMAP_LAYER_COUNT 7
|
||||
#define LAYER_STATE_8BIT
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 9
|
||||
#define LAYER_STATE_16BIT
|
||||
|
||||
#define TAPPING_TOGGLE 2
|
||||
|
||||
#define AUTO_SHIFT_TIMEOUT 200
|
||||
#define NO_AUTO_SHIFT_NUMERIC
|
||||
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
|
||||
#define TAPPING_TERM 220
|
||||
|
||||
#define RGB_MATRIX_KEYPRESSES
|
|
@ -1,6 +1,15 @@
|
|||
AUTO_SHIFT_ENABLE = yes
|
||||
AUTO_SHIFT_ENABLE = no
|
||||
LTO_ENABLE = yes
|
||||
NKRO_ENABLE = yes
|
||||
CAPS_WORD_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = no
|
||||
CAPS_WORD_ENABLE = no
|
||||
VIA_ENABLE = yes
|
||||
DYNAMIC_TAPPING_TERM_ENABLE = no
|
||||
RGBLIGHT_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = no
|
||||
OLED_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
COMMAND_ENABLE = no
|
||||
MOUSEKEY_ENABLE = no
|
||||
SPACE_CADET_ENABLE = no
|
||||
GRAVE_ESC_ENABLE = no
|
||||
MAGIC_ENABLE = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue