diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 42b6060d6..94233cadc 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -126,14 +126,18 @@ If you define these options you will enable the associated feature, which may in | |||
126 | * how long before a tap becomes a hold, if set above 500, a key tapped during the tapping term will turn it into a hold too | 126 | * how long before a tap becomes a hold, if set above 500, a key tapped during the tapping term will turn it into a hold too |
127 | * `#define RETRO_TAPPING` | 127 | * `#define RETRO_TAPPING` |
128 | * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release | 128 | * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release |
129 | * See [Retro Tapping](feature_advanced_keycodes.md#retro-tapping) for details | ||
129 | * `#define TAPPING_TOGGLE 2` | 130 | * `#define TAPPING_TOGGLE 2` |
130 | * how many taps before triggering the toggle | 131 | * how many taps before triggering the toggle |
131 | * `#define PERMISSIVE_HOLD` | 132 | * `#define PERMISSIVE_HOLD` |
132 | * makes tap and hold keys work better for fast typers who don't want tapping term set above 500 | 133 | * makes tap and hold keys work better for fast typers who don't want tapping term set above 500 |
134 | * See [Permissive Hold](feature_advanced_keycodes.md#permissive-hold) for details | ||
133 | * `#define IGNORE_MOD_TAP_INTERRUPT` | 135 | * `#define IGNORE_MOD_TAP_INTERRUPT` |
134 | * makes it possible to do rolling combos (zx) with keys that convert to other keys on hold | 136 | * makes it possible to do rolling combos (zx) with keys that convert to other keys on hold |
137 | * See [Mod tap interrupt](feature_advanced_keycodes.md#mod-tap-interrupt) for details | ||
135 | * `#define TAPPING_FORCE_HOLD` | 138 | * `#define TAPPING_FORCE_HOLD` |
136 | * makes it possible to use a dual role key as modifier shortly after having been tapped | 139 | * makes it possible to use a dual role key as modifier shortly after having been tapped |
140 | * See [Hold after tap](feature_advanced_keycodes.md#hold-after-tap) | ||
137 | * `#define LEADER_TIMEOUT 300` | 141 | * `#define LEADER_TIMEOUT 300` |
138 | * how long before the leader key times out | 142 | * how long before the leader key times out |
139 | * `#define ONESHOT_TIMEOUT 300` | 143 | * `#define ONESHOT_TIMEOUT 300` |