diff options
author | Joel Challis <git@zvecr.com> | 2020-02-05 03:37:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 19:37:04 -0800 |
commit | 307be48de9a24a182420a6c42222906132035ea2 (patch) | |
tree | 269de1fe60e4f36b5ba1d266060308dc49209df3 /docs/config_options.md | |
parent | a557a5b2c5e62c20e037fbca56dc902a20cd6ff8 (diff) | |
download | qmk_firmware-307be48de9a24a182420a6c42222906132035ea2.tar.gz qmk_firmware-307be48de9a24a182420a6c42222906132035ea2.zip |
Reduce SPLIT_USB_TIMEOUT by 500ms (#7637)
* Update SPLIT_USB_TIMEOUT -500ms
* Align keyboard level SPLIT_USB_TIMEOUT defaults
* Align keyboard level SPLIT_USB_TIMEOUT_POLL
* Review fixes
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 6df082335..be328405e 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -276,9 +276,12 @@ There are a few different ways to set handedness for split keyboards (listed in | |||
276 | * Default behavior for ARM | 276 | * Default behavior for ARM |
277 | * Required for AVR Teensy | 277 | * Required for AVR Teensy |
278 | 278 | ||
279 | * `#define SPLIT_USB_TIMEOUT 2500` | 279 | * `#define SPLIT_USB_TIMEOUT 2000` |
280 | * Maximum timeout when detecting master/slave when using `SPLIT_USB_DETECT` | 280 | * Maximum timeout when detecting master/slave when using `SPLIT_USB_DETECT` |
281 | 281 | ||
282 | * `#define SPLIT_USB_TIMEOUT_POLL 10` | ||
283 | * Poll frequency when detecting master/slave when using `SPLIT_USB_DETECT` | ||
284 | |||
282 | # The `rules.mk` File | 285 | # The `rules.mk` File |
283 | 286 | ||
284 | This is a [make](https://www.gnu.org/software/make/manual/make.html) file that is included by the top-level `Makefile`. It is used to set some information about the MCU that we will be compiling for as well as enabling and disabling certain features. | 287 | This is a [make](https://www.gnu.org/software/make/manual/make.html) file that is included by the top-level `Makefile`. It is used to set some information about the MCU that we will be compiling for as well as enabling and disabling certain features. |