aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
authorJames Young <xxiinophobia@yahoo.com>2020-03-06 13:10:17 -0800
committerJames Young <xxiinophobia@yahoo.com>2020-03-06 13:10:17 -0800
commit73728e9bec6c08b3774a016ae1e1f60e1b098c9c (patch)
tree22b6337685a00caaa3aa200a9fcf775c032e93ec /docs/config_options.md
parent4f1a62ca1d8e1cd1528305bda6a315489738c29f (diff)
downloadqmk_firmware-73728e9bec6c08b3774a016ae1e1f60e1b098c9c.tar.gz
qmk_firmware-73728e9bec6c08b3774a016ae1e1f60e1b098c9c.zip
[Docs] Fix links in Config Options doc
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index ef45a51d6..f19df022a 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -136,22 +136,22 @@ If you define these options you will enable the associated feature, which may in
136 * enables handling for per key `TAPPING_TERM` settings 136 * enables handling for per key `TAPPING_TERM` settings
137* `#define RETRO_TAPPING` 137* `#define RETRO_TAPPING`
138 * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release 138 * tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release
139 * See [Retro Tapping](#retro-tapping) for details 139 * See [Retro Tapping](tap_hold.md#retro-tapping) for details
140* `#define TAPPING_TOGGLE 2` 140* `#define TAPPING_TOGGLE 2`
141 * how many taps before triggering the toggle 141 * how many taps before triggering the toggle
142* `#define PERMISSIVE_HOLD` 142* `#define PERMISSIVE_HOLD`
143 * makes tap and hold keys trigger the hold if another key is pressed before releasing, even if it hasn't hit the `TAPPING_TERM` 143 * makes tap and hold keys trigger the hold if another key is pressed before releasing, even if it hasn't hit the `TAPPING_TERM`
144 * See [Permissive Hold](#permissive-hold) for details 144 * See [Permissive Hold](tap_hold.md#permissive-hold) for details
145* `#define PERMISSIVE_HOLD_PER_KEY` 145* `#define PERMISSIVE_HOLD_PER_KEY`
146 * enabled handling for per key `PERMISSIVE_HOLD` settings 146 * enabled handling for per key `PERMISSIVE_HOLD` settings
147* `#define IGNORE_MOD_TAP_INTERRUPT` 147* `#define IGNORE_MOD_TAP_INTERRUPT`
148 * 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. 148 * 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.
149 * See [Mod tap interrupt](#ignore-mod-tap-interrupt) for details 149 * See [Ignore Mod Tap Interrupt](tap_hold.md#ignore-mod-tap-interrupt) for details
150* `#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY` 150* `#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY`
151 * enables handling for per key `IGNORE_MOD_TAP_INTERRUPT` settings 151 * enables handling for per key `IGNORE_MOD_TAP_INTERRUPT` settings
152* `#define TAPPING_FORCE_HOLD` 152* `#define TAPPING_FORCE_HOLD`
153 * makes it possible to use a dual role key as modifier shortly after having been tapped 153 * makes it possible to use a dual role key as modifier shortly after having been tapped
154 * See [Hold after tap](#tapping-force-hold) 154 * See [Tapping Force Hold](tap_hold.md#tapping-force-hold)
155 * Breaks any Tap Toggle functionality (`TT` or the One Shot Tap Toggle) 155 * Breaks any Tap Toggle functionality (`TT` or the One Shot Tap Toggle)
156* `#define TAPPING_FORCE_HOLD_PER_KEY` 156* `#define TAPPING_FORCE_HOLD_PER_KEY`
157 * enables handling for per key `TAPPING_FORCE_HOLD` settings 157 * enables handling for per key `TAPPING_FORCE_HOLD` settings