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.
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 main2026-04-11 05:01:07 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Defines
TAPPING_TERM(200ms default) andTAPPING_TERM_PER_KEYinconfig.h, then implementsget_tapping_term()to set a 175ms window specifically forTD_HOME_END. This keeps the home/end tap-dance responsive while leaving the default available for future mod-tap and layer-tap keys.