tap-dance: Restructure code and document in more detail (#16394)

This commit is contained in:
Jouke Witteveen
2022-06-13 22:12:55 +02:00
committed by GitHub
parent b17324498e
commit 1706da9054
52 changed files with 970 additions and 244 deletions

View File

@@ -87,6 +87,7 @@
/*
* TAP-DANCE options
*/
#define TAPPING_TERM_PER_KEY // Control Tap-Dance time individually by key
#define TAPPING_TERM 250 // Default time allowed before resetting a Tap-Dance combo
#define ONESHOT_TAP_TOGGLE 5 /* Tapping this number of times holds the key until tapped once again. */
#define ONESHOT_TIMEOUT 5000 /* Time (in ms) before the one shot key is released */