aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common')
-rw-r--r--tmk_core/common/action_tapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/action_tapping.c b/tmk_core/common/action_tapping.c
index bd9a69ae0..531a3ca34 100644
--- a/tmk_core/common/action_tapping.c
+++ b/tmk_core/common/action_tapping.c
@@ -96,7 +96,7 @@ bool process_tapping(keyrecord_t *keyp)
96 // enqueue 96 // enqueue
97 return false; 97 return false;
98 } 98 }
99#if TAPPING_TERM >= 500 99#if TAPPING_TERM >= 500 || defined PERMISSIVE_HOLD
100 /* Process a key typed within TAPPING_TERM 100 /* Process a key typed within TAPPING_TERM
101 * This can register the key before settlement of tapping, 101 * This can register the key before settlement of tapping,
102 * useful for long TAPPING_TERM but may prevent fast typing. 102 * useful for long TAPPING_TERM but may prevent fast typing.