From 27739eeece579adba6e2a5d68826976b4e7c5b0a Mon Sep 17 00:00:00 2001 From: unexplrd Date: Tue, 25 Mar 2025 23:29:45 +0200 Subject: [PATCH] debounce --- config/boards/shields/hillside46/hillside46.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/boards/shields/hillside46/hillside46.dtsi b/config/boards/shields/hillside46/hillside46.dtsi index 2e809dc..26ffd91 100644 --- a/config/boards/shields/hillside46/hillside46.dtsi +++ b/config/boards/shields/hillside46/hillside46.dtsi @@ -69,6 +69,6 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(3,5) RC(3,6 }; &kscan0 { - debounce-press-ms = <1>; - debounce-release-ms = <2>; + debounce-press-ms = <3>; + debounce-release-ms = <3>; };