From d3d045af444f7736b7d3582dd1b0ff1e33f91a32 Mon Sep 17 00:00:00 2001 From: Drew Whitney Date: Tue, 4 Nov 2025 00:22:14 -0700 Subject: [PATCH] Disabled flow tap, it doesn't seem necessary --- keyboards/keebio/nyquist/rev4/keymaps/drew/config.h | 2 +- keyboards/keebio/nyquist/rev4/keymaps/drew/rules.mk | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/keyboards/keebio/nyquist/rev4/keymaps/drew/config.h b/keyboards/keebio/nyquist/rev4/keymaps/drew/config.h index e4b2f8c6..de635e99 100644 --- a/keyboards/keebio/nyquist/rev4/keymaps/drew/config.h +++ b/keyboards/keebio/nyquist/rev4/keymaps/drew/config.h @@ -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 diff --git a/keyboards/keebio/nyquist/rev4/keymaps/drew/rules.mk b/keyboards/keebio/nyquist/rev4/keymaps/drew/rules.mk index fdd8a18e..0a8bfe4e 100644 --- a/keyboards/keebio/nyquist/rev4/keymaps/drew/rules.mk +++ b/keyboards/keebio/nyquist/rev4/keymaps/drew/rules.mk @@ -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 \ No newline at end of file +KEY_OVERRIDE_ENABLE = yes +