Disabled flow tap, it doesn't seem necessary

This commit is contained in:
Drew Whitney 2025-11-04 00:22:14 -07:00
commit d3d045af44
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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