diff options
| author | James Churchill <pelrun@gmail.com> | 2019-03-05 01:44:46 +1000 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-04 07:44:46 -0800 |
| commit | c7c4937eef9cb34b73e765390b842282ad9f0544 (patch) | |
| tree | 2e2582abe4273e3acf7125e0b8a09eb04ab04730 /docs/config_options.md | |
| parent | cdfcbfc92dba8198847e26056d8135a5feb0b5ec (diff) | |
| download | qmk_firmware-c7c4937eef9cb34b73e765390b842282ad9f0544.tar.gz qmk_firmware-c7c4937eef9cb34b73e765390b842282ad9f0544.zip | |
Clean up debounce a bit (#5255)
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` |
