mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-07-29 12:44:19 -04:00
Disabled flow tap, it doesn't seem necessary
This commit is contained in:
parent
2404c34c17
commit
d3d045af44
2 changed files with 4 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#define HOLD_ON_OTHER_KEY_PRESS_PER_KEY
|
||||
#define PERMISSIVE_HOLD_PER_KEY
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
#define FLOW_TAP_TERM 150
|
||||
// #define FLOW_TAP_TERM 150
|
||||
// #define CHORDAL_HOLD
|
||||
|
||||
#define CAPS_WORD_IDLE_TIMEOUT 0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SRC += caps_word/caps_word.c
|
|||
SRC += taphold/taphold_options.c
|
||||
SRC += utils/utils.c
|
||||
# SRC += chordal_hold/chordal_options.c
|
||||
SRC += flow_tap/flow_tap_options.c
|
||||
# SRC += flow_tap/flow_tap_options.c
|
||||
|
||||
# VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
@ -12,4 +12,5 @@ CAPS_WORD_ENABLE = yes
|
|||
# CONSOLE_ENABLE = yes
|
||||
|
||||
TAP_DANCE_ENABLE = yes
|
||||
KEY_OVERRIDE_ENABLE = yes
|
||||
KEY_OVERRIDE_ENABLE = yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue