From 4dd30c8185ed76891125151a8e9b93e34cfa2ce0 Mon Sep 17 00:00:00 2001 From: JW2586 Date: Mon, 30 May 2022 16:41:55 +0100 Subject: [PATCH] Increased Waterfowl debounce --- app/boards/shields/waterfowl/waterfowl_left.conf | 4 +++- app/boards/shields/waterfowl/waterfowl_right.conf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/boards/shields/waterfowl/waterfowl_left.conf b/app/boards/shields/waterfowl/waterfowl_left.conf index 2f561d0d..52435102 100644 --- a/app/boards/shields/waterfowl/waterfowl_left.conf +++ b/app/boards/shields/waterfowl/waterfowl_left.conf @@ -1,2 +1,4 @@ CONFIG_EC11=y -CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y \ No newline at end of file +CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=7 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7 \ No newline at end of file diff --git a/app/boards/shields/waterfowl/waterfowl_right.conf b/app/boards/shields/waterfowl/waterfowl_right.conf index 2f561d0d..52435102 100644 --- a/app/boards/shields/waterfowl/waterfowl_right.conf +++ b/app/boards/shields/waterfowl/waterfowl_right.conf @@ -1,2 +1,4 @@ CONFIG_EC11=y -CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y \ No newline at end of file +CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=7 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7 \ No newline at end of file