Browse Source

Deploying to gh-pages from @ qmk/qmk_firmware@df5689ed06cc08713f1d097de7436c466f4c0261 🚀

gh-pages
drashna 1 year ago
parent
commit
1fa7801a50
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config_options.md

+ 1
- 1
config_options.md View File

@ -207,7 +207,7 @@ If you define these options you will enable the associated feature, which may in
* `#define COMBO_NO_TIMER`
* Disable the combo timer completely for relaxed combos.
* `#define TAP_CODE_DELAY 100`
* 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.
* 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 and defaults to `0`.
* `#define TAP_HOLD_CAPS_DELAY 80`
* 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`


Loading…
Cancel
Save