summaryrefslogtreecommitdiffstats
path: root/docs/config_options.md
diff options
context:
space:
mode:
authorJames Churchill <pelrun@gmail.com>2019-03-04 16:44:46 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-04 16:44:46 +0100
commitc7c4937eef9cb34b73e765390b842282ad9f0544 (patch)
tree2e2582abe4273e3acf7125e0b8a09eb04ab04730 /docs/config_options.md
parentcdfcbfc92dba8198847e26056d8135a5feb0b5ec (diff)
downloadqmk_firmware-c7c4937eef9cb34b73e765390b842282ad9f0544.tar.gz
qmk_firmware-c7c4937eef9cb34b73e765390b842282ad9f0544.tar.xz
Clean up debounce a bit (#5255)
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md4
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
* 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
* `CUSTOM_MATRIX`
* Allows replacing the standard matrix scanning routine with a custom one.
-* `CUSTOM_DEBOUNCE`
- * Allows replacing the standard key debouncing routine with a custom one.
+* `DEBOUNCE_TYPE`
+ * Allows replacing the standard key debouncing routine with an alternative or custom one.
* `WAIT_FOR_USB`
* Forces the keyboard to wait for a USB connection to be established before it starts up
* `NO_USB_STARTUP_CHECK`