qmk-config
qmk configs for my open-source keyboards
git clone https://9o.is/git/qmk-config.git
commit 170eff6980a6920935e05c6c258f3699c87b455f parent 859037bae853a500dab764f79b935d0cb8bd1c9a Author: Jul <jul@9o.is> Date: Mon, 13 Oct 2025 00:23:29 -0400 add tapping term again at 160 Diffstat:
| M | chocofi/config.h | | | 2 | ++ |
| M | cygnus/config.h | | | 2 | ++ |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/chocofi/config.h b/chocofi/config.h @@ -1,6 +1,8 @@ #pragma once #define SOFT_SERIAL_PIN D2 +#define TAPPING_TERM 160 +#define TAPPING_TERM_PER_KEY #define QUICK_TAP_TERM 120 #define PERMISSIVE_HOLD #define ACHORDION_STREAK diff --git a/cygnus/config.h b/cygnus/config.h @@ -2,6 +2,8 @@ #define SOFT_SERIAL_PIN D2 #define SPLIT_USB_DETECT +#define TAPPING_TERM 160 +#define TAPPING_TERM_PER_KEY #define QUICK_TAP_TERM 120 #define PERMISSIVE_HOLD #define ACHORDION_STREAK