feat(q5_max): add per-key tapping term with 175ms for home/end tap-dance #15

Merged
rootiest merged 1 commits from feat/tap-term into main 2026-04-11 05:01:39 +00:00
Owner

Defines TAPPING_TERM (200ms default) and TAPPING_TERM_PER_KEY in config.h, then implements get_tapping_term() to set a 175ms window specifically for TD_HOME_END. This keeps the home/end tap-dance responsive while leaving the default available for future mod-tap and layer-tap keys.

Defines `TAPPING_TERM` (200ms default) and `TAPPING_TERM_PER_KEY` in `config.h`, then implements `get_tapping_term()` to set a 175ms window specifically for `TD_HOME_END`. This keeps the home/end tap-dance responsive while leaving the default available for future mod-tap and layer-tap keys.
rootiest added 1 commit 2026-04-11 04:52:18 +00:00
Define TAPPING_TERM (200ms default) and TAPPING_TERM_PER_KEY in config.h,
then implement get_tapping_term() to set a tight 50ms window for TD_HOME_END
so a single Home tap never accidentally resolves as End.
rootiest changed target branch from feat/shft-bkspc to main 2026-04-11 05:01:07 +00:00
rootiest merged commit 5764e38e73 into main 2026-04-11 05:01:39 +00:00
rootiest deleted branch feat/tap-term 2026-04-11 05:01:39 +00:00
Sign in to join this conversation.