aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index 0b83ed9e4..6df082335 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -149,6 +149,8 @@ If you define these options you will enable the associated feature, which may in
149 * makes it possible to use a dual role key as modifier shortly after having been tapped 149 * makes it possible to use a dual role key as modifier shortly after having been tapped
150 * See [Hold after tap](feature_advanced_keycodes.md#tapping-force-hold) 150 * See [Hold after tap](feature_advanced_keycodes.md#tapping-force-hold)
151 * Breaks any Tap Toggle functionality (`TT` or the One Shot Tap Toggle) 151 * Breaks any Tap Toggle functionality (`TT` or the One Shot Tap Toggle)
152* `#define TAPPING_FORCE_HOLD_PER_KEY`
153 * enables handling for per key `TAPPING_FORCE_HOLD` settings
152* `#define LEADER_TIMEOUT 300` 154* `#define LEADER_TIMEOUT 300`
153 * how long before the leader key times out 155 * how long before the leader key times out
154 * If you're having issues finishing the sequence before it times out, you may need to increase the timeout setting. Or you may want to enable the `LEADER_PER_KEY_TIMING` option, which resets the timeout after each key is tapped. 156 * If you're having issues finishing the sequence before it times out, you may need to increase the timeout setting. Or you may want to enable the `LEADER_PER_KEY_TIMING` option, which resets the timeout after each key is tapped.