Add dynamic tapping term, but it's qwerky to use

This commit is contained in:
Björn Struckmeier 2024-12-08 05:37:14 -05:00
parent fc0422415b
commit 3c0a303b8c
5 changed files with 51 additions and 29 deletions

View file

@ -9,3 +9,10 @@
// #define GAME_ENABLE (left hand qwerty + right hand arrows and numbers)
// #define ASETNIOP_ENABLE (corded writing)
// #define ARTSENIO_ENABLE (one handed writing)
#ifdef TAP_DANCE_ENABLE
# define TAPPING_TERM 120
# ifdef DYNAMIC_TAPPING_TERM_ENABLE
# define DYNAMIC_TAPPING_TERM_INCREMENT 10
# endif // DYNAMIC_TAPPING_TERM_ENABLE
#endif // TAP_DANCE_ENABLED