Add dynamic tapping term, but it's qwerky to use
This commit is contained in:
parent
fc0422415b
commit
3c0a303b8c
5 changed files with 51 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue