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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index 9f2453b69..b661b55ee 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -448,6 +448,8 @@ Use these to enable or disable building certain features. The more you have enab
448 * 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. 448 * 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.
449* `DEFERRED_EXEC_ENABLE` 449* `DEFERRED_EXEC_ENABLE`
450 * Enables deferred executor support -- timed delays before callbacks are invoked. See [deferred execution](custom_quantum_functions.md#deferred-execution) for more information. 450 * Enables deferred executor support -- timed delays before callbacks are invoked. See [deferred execution](custom_quantum_functions.md#deferred-execution) for more information.
451* `DYNAMIC_TAPPING_TERM_ENABLE`
452 * Allows to configure the global tapping term on the fly.
451 453
452## USB Endpoint Limitations 454## USB Endpoint Limitations
453 455