From 636274eece2ae5de272ccc0dd587c54d8a62697f Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:38:48 +0000 Subject: [PATCH] Set debounce to 15ms press and release --- app/module/drivers/kscan/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/module/drivers/kscan/Kconfig b/app/module/drivers/kscan/Kconfig index 88848dff939..8edcf09083c 100644 --- a/app/module/drivers/kscan/Kconfig +++ b/app/module/drivers/kscan/Kconfig @@ -110,7 +110,7 @@ config ZMK_KSCAN_DIRECT_POLLING config ZMK_KSCAN_DEBOUNCE_PRESS_MS int "Debounce time for key press in milliseconds." - default -1 + default 15 help Global debounce time for key press in milliseconds. If this is -1, the debounce time is controlled by the debounce-press-ms @@ -119,7 +119,7 @@ config ZMK_KSCAN_DEBOUNCE_PRESS_MS config ZMK_KSCAN_DEBOUNCE_RELEASE_MS int "Debounce time for key release in milliseconds." - default -1 + default 15 help Global debounce time for key release in milliseconds. If this is -1, the debounce time is controlled by the debounce-release-ms