diff options
Diffstat (limited to 'docs/config_options.md')
| -rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 3ef00394d..cab3c0747 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
| @@ -171,6 +171,8 @@ If you define these options you will enable the associated feature, which may in | |||
| 171 | * how long for the Combo keys to be detected. Defaults to `TAPPING_TERM` if not defined. | 171 | * how long for the Combo keys to be detected. Defaults to `TAPPING_TERM` if not defined. |
| 172 | * `#define TAP_CODE_DELAY 100` | 172 | * `#define TAP_CODE_DELAY 100` |
| 173 | * 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. | 173 | * 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. |
| 174 | * `#define TAP_HOLD_CAPS_DELAY 200` | ||
| 175 | * 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 200ms if not defined. | ||
| 174 | 176 | ||
| 175 | ## RGB Light Configuration | 177 | ## RGB Light Configuration |
| 176 | 178 | ||
