Make Magic handling more consistent in Action Keycode handling (#9126)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
6ceff1367d
commit
b47f179a4a
3 changed files with 24 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue