aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index 9e43f47c2..ec3d1a1c8 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -267,6 +267,14 @@ There are a few different ways to set handedness for split keyboards (listed in
267 * 4: about 26kbps 267 * 4: about 26kbps
268 * 5: about 20kbps 268 * 5: about 20kbps
269 269
270* `#define SPLIT_USB_DETECT`
271 * Detect (with timeout) USB connection when delegating master/slave
272 * Default behavior for ARM
273 * Required for AVR Teensy
274
275* `#define SPLIT_USB_TIMEOUT 2500`
276 * Maximum timeout when detecting master/slave when using `SPLIT_USB_DETECT`
277
270# The `rules.mk` File 278# The `rules.mk` File
271 279
272This 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. 280This 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.