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 f9b1cc657..3a4d7c87c 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -135,6 +135,8 @@ If you define these options you will enable the associated feature, which may in
135* `#define RETRO_TAPPING` 135* `#define RETRO_TAPPING`
136 * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release 136 * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release
137 * See [Retro Tapping](tap_hold.md#retro-tapping) for details 137 * See [Retro Tapping](tap_hold.md#retro-tapping) for details
138* `#define RETRO_TAPPING_PER_KEY`
139 * enables handling for per key `RETRO_TAPPING` settings
138* `#define TAPPING_TOGGLE 2` 140* `#define TAPPING_TOGGLE 2`
139 * how many taps before triggering the toggle 141 * how many taps before triggering the toggle
140* `#define PERMISSIVE_HOLD` 142* `#define PERMISSIVE_HOLD`