RETRO_TAPPING (#1922)
* add RETRO_TAP: tap anyway, even after TAP_TERM, if no interruption * consistent variable name * add option doc * change name for consistency * make RETRO_TAPPING default to off
This commit is contained in:
parent
b2bbbc2dfc
commit
04b9b62bdc
3 changed files with 40 additions and 3 deletions
|
@ -109,6 +109,8 @@ If you define these options you will enable the associated feature, which may in
|
|||
|
||||
* `#define TAPPING_TERM 200`
|
||||
* how long before a tap becomes a hold
|
||||
* `#define RETRO_TAPPING`
|
||||
* tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release
|
||||
* `#define TAPPING_TOGGLE 2`
|
||||
* how many taps before triggering the toggle
|
||||
* `#define PERMISSIVE_HOLD`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue