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 qmk_firmware-c7c4937eef9cb34b73e765390b842282ad9f0544.zip | |
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 = \ | |||
| 7 | NKRO_ENABLE \ | 7 | NKRO_ENABLE \ |
| 8 | TERMINAL_ENABLE \ | 8 | TERMINAL_ENABLE \ |
| 9 | CUSTOM_MATRIX \ | 9 | CUSTOM_MATRIX \ |
| 10 | CUSTOM_DEBOUNCE \ | 10 | DEBOUNCE_TYPE \ |
| 11 | SPLIT_KEYBOARD \ | 11 | SPLIT_KEYBOARD \ |
| 12 | DYNAMIC_KEYMAP_ENABLE \ | 12 | DYNAMIC_KEYMAP_ENABLE \ |
| 13 | USB_HID_ENABLE | 13 | USB_HID_ENABLE |
