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 ad42e9780..c5131a841 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
| @@ -126,6 +126,8 @@ If you define these options you will enable the associated feature, which may in | |||
| 126 | 126 | ||
| 127 | * `#define TAPPING_TERM 200` | 127 | * `#define TAPPING_TERM 200` |
| 128 | * 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 | 128 | * 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 |
| 129 | * `#define TAPPING_TERM_PER_KEY` | ||
| 130 | * enables handling for per key `TAPPING_TERM` settings | ||
| 129 | * `#define RETRO_TAPPING` | 131 | * `#define RETRO_TAPPING` |
| 130 | * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release | 132 | * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release |
| 131 | * See [Retro Tapping](feature_advanced_keycodes.md#retro-tapping) for details | 133 | * See [Retro Tapping](feature_advanced_keycodes.md#retro-tapping) for details |
