summaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2023-02-12 09:48:14 -0800
committerGitHub <noreply@github.com>2023-02-13 04:48:14 +1100
commitb47f179a4a331240874b3c9664dc0bc334b42220 (patch)
tree3916822dedb515b864510e68f14217a57bffb874 /docs/config_options.md
parent6ceff1367d1d3c6fbf6f903ea9ef7aff9099eec5 (diff)
Make Magic handling more consistent in Action Keycode handling (#9126)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index f8b31ccb5b..5bfb7c5d58 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -211,6 +211,9 @@ If you define these options you will enable the associated feature, which may in
* 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.
* `#define KEY_OVERRIDE_REPEAT_DELAY 500`
* Sets the key repeat interval for [key overrides](feature_key_overrides.md).
+* `#define LEGACY_MAGIC_HANDLING`
+ * Enables magic configuration handling for advanced keycodes (such as Mod Tap and Layer Tap)
+
## RGB Light Configuration