diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index ea5a89295..0b83ed9e4 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -143,6 +143,8 @@ If you define these options you will enable the associated feature, which may in | |||
143 | * `#define IGNORE_MOD_TAP_INTERRUPT` | 143 | * `#define IGNORE_MOD_TAP_INTERRUPT` |
144 | * makes it possible to do rolling combos (zx) with keys that convert to other keys on hold, by enforcing the `TAPPING_TERM` for both keys. | 144 | * makes it possible to do rolling combos (zx) with keys that convert to other keys on hold, by enforcing the `TAPPING_TERM` for both keys. |
145 | * See [Mod tap interrupt](feature_advanced_keycodes.md#ignore-mod-tap-interrupt) for details | 145 | * See [Mod tap interrupt](feature_advanced_keycodes.md#ignore-mod-tap-interrupt) for details |
146 | * `#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY` | ||
147 | * enables handling for per key `IGNORE_MOD_TAP_INTERRUPT` settings | ||
146 | * `#define TAPPING_FORCE_HOLD` | 148 | * `#define TAPPING_FORCE_HOLD` |
147 | * 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 |
148 | * See [Hold after tap](feature_advanced_keycodes.md#tapping-force-hold) | 150 | * See [Hold after tap](feature_advanced_keycodes.md#tapping-force-hold) |