From 472b17e50ad6c533f509da7e84947df79568eca0 Mon Sep 17 00:00:00 2001 From: zvecr Date: Sat, 27 Jul 2019 15:24:24 +0100 Subject: [PATCH] Add SPLIT_USB_DETECT demo mode limitation --- docs/feature_split_keyboard.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md index 83dc0f3c8a29..1167944f9333 100644 --- a/docs/feature_split_keyboard.md +++ b/docs/feature_split_keyboard.md @@ -191,7 +191,9 @@ This sets how many LEDs are directly connected to each controller. The first nu ```c #define SPLIT_USB_DETECT ``` -This option changes the startup behavior to detect a USB connection with a timeout when delegating master/slave. This is the default behavior for ARM, and required for AVR Teensy (due to hardware limitations). +This option changes the startup behavior to detect an active USB connection when delegating master/slave. If this operation times out, then the half is assume to be a slave. This is the default behavior for ARM, and required for AVR Teensy boards (due to hardware limitations). + +?> This setting will stop the ability to demo using battery packs. ```c #define SPLIT_USB_TIMEOUT 2500