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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index cfbe39f0d..ece7ab8ee 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -206,7 +206,7 @@ If you define these options you will enable the associated feature, which may in
206* `#define TAP_CODE_DELAY 100` 206* `#define TAP_CODE_DELAY 100`
207 * Sets the delay between `register_code` and `unregister_code`, if you're having issues with it registering properly (common on VUSB boards). The value is in milliseconds. 207 * Sets the delay between `register_code` and `unregister_code`, if you're having issues with it registering properly (common on VUSB boards). The value is in milliseconds.
208* `#define TAP_HOLD_CAPS_DELAY 80` 208* `#define TAP_HOLD_CAPS_DELAY 80`
209 * Sets the delay for Tap Hold keys (`LT`, `MT`) when using `KC_CAPSLOCK` keycode, as this has some special handling on MacOS. The value is in milliseconds, and defaults to 80 ms if not defined. For macOS, you may want to set this to 200 or higher. 209 * Sets the delay for Tap Hold keys (`LT`, `MT`) when using `KC_CAPS_LOCK` keycode, as this has some special handling on MacOS. The value is in milliseconds, and defaults to 80 ms if not defined. For macOS, you may want to set this to 200 or higher.
210* `#define KEY_OVERRIDE_REPEAT_DELAY 500` 210* `#define KEY_OVERRIDE_REPEAT_DELAY 500`
211 * Sets the key repeat interval for [key overrides](feature_key_overrides.md). 211 * Sets the key repeat interval for [key overrides](feature_key_overrides.md).
212 212
@@ -407,7 +407,7 @@ Use these to enable or disable building certain features. The more you have enab
407* `MAGIC_ENABLE` 407* `MAGIC_ENABLE`
408 * MAGIC actions (BOOTMAGIC without the boot) 408 * MAGIC actions (BOOTMAGIC without the boot)
409* `BOOTMAGIC_ENABLE` 409* `BOOTMAGIC_ENABLE`
410 * Virtual DIP switch configuration 410 * Enable Bootmagic Lite
411* `MOUSEKEY_ENABLE` 411* `MOUSEKEY_ENABLE`
412 * Mouse keys 412 * Mouse keys
413* `EXTRAKEY_ENABLE` 413* `EXTRAKEY_ENABLE`