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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index e978bcce8..eaaa59872 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -248,3 +248,7 @@ Use these to enable or disable building certain features. The more you have enab
248 * Enable Bluetooth with the Adafruit EZ-Key HID 248 * Enable Bluetooth with the Adafruit EZ-Key HID
249* `SPLIT_KEYBOARD` 249* `SPLIT_KEYBOARD`
250 * Enables split keyboard support (dual MCU like the let's split and bakingpy's boards) and includes all necessary files located at quantum/split_common 250 * Enables split keyboard support (dual MCU like the let's split and bakingpy's boards) and includes all necessary files located at quantum/split_common
251* `WAIT_FOR_USB`
252 * Forces the keyboard to wait for a USB connection to be established before it starts up
253* `NO_USB_STARTUP_CHECK`
254 * Disables usb suspend check after keyboard startup. Usually the keyboard waits for the host to wake it up before any tasks are performed. This is useful for split keyboards as one half will not get a wakeup call but must send commands to the master.