Adding permissive_hold
This commit is contained in:
@@ -96,7 +96,7 @@ bool process_tapping(keyrecord_t *keyp)
|
||||
// enqueue
|
||||
return false;
|
||||
}
|
||||
#if TAPPING_TERM >= 500
|
||||
#if TAPPING_TERM >= 500 || defined PERMISSIVE_HOLD
|
||||
/* Process a key typed within TAPPING_TERM
|
||||
* This can register the key before settlement of tapping,
|
||||
* useful for long TAPPING_TERM but may prevent fast typing.
|
||||
|
Reference in New Issue
Block a user