diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 8fa6e944f..336feee8f 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -307,8 +307,8 @@ Use these to enable or disable building certain features. The more you have enab | |||
307 | * 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 | 307 | * 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 |
308 | * `CUSTOM_MATRIX` | 308 | * `CUSTOM_MATRIX` |
309 | * Allows replacing the standard matrix scanning routine with a custom one. | 309 | * Allows replacing the standard matrix scanning routine with a custom one. |
310 | * `CUSTOM_DEBOUNCE` | 310 | * `DEBOUNCE_TYPE` |
311 | * Allows replacing the standard key debouncing routine with a custom one. | 311 | * Allows replacing the standard key debouncing routine with an alternative or custom one. |
312 | * `WAIT_FOR_USB` | 312 | * `WAIT_FOR_USB` |
313 | * Forces the keyboard to wait for a USB connection to be established before it starts up | 313 | * Forces the keyboard to wait for a USB connection to be established before it starts up |
314 | * `NO_USB_STARTUP_CHECK` | 314 | * `NO_USB_STARTUP_CHECK` |