qmk-config
qmk configs for my open-source keyboards
git clone https://9o.is/git/qmk-config.git
commit d826ede4dcfaad862de8c3c53e9e6227c960a446 parent 71cabca45a9d18f3a1c2bb2100988c7fb72b43e2 Author: Jul <jul@9o.is> Date: Mon, 13 Oct 2025 01:07:35 -0400 make achordion timeout equivalent to tapping term Diffstat:
| M | keymaps/default/keymap.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keymaps/default/keymap.c b/keymaps/default/keymap.c @@ -59,7 +59,7 @@ uint16_t achordion_streak_chord_timeout( return 0; // Disable streak detection on layer-tap keys. } - return 175; + return TAPPING_TERM; } const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {