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 /show_options.mk | |
parent | cdfcbfc92dba8198847e26056d8135a5feb0b5ec (diff) | |
download | qmk_firmware-c7c4937eef9cb34b73e765390b842282ad9f0544.tar.gz |
Clean up debounce a bit (#5255)
Diffstat (limited to 'show_options.mk')
-rw-r--r-- | show_options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show_options.mk b/show_options.mk index e72dd75cf..c72059118 100644 --- a/show_options.mk +++ b/show_options.mk @@ -7,7 +7,7 @@ BUILD_OPTION_NAMES = \ NKRO_ENABLE \ TERMINAL_ENABLE \ CUSTOM_MATRIX \ - CUSTOM_DEBOUNCE \ + DEBOUNCE_TYPE \ SPLIT_KEYBOARD \ DYNAMIC_KEYMAP_ENABLE \ USB_HID_ENABLE |