Skip to content

Commit

Permalink
Set debounce to 15ms press and release
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Nov 21, 2024
1 parent b0c91d3 commit 25a7489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/module/drivers/kscan/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 25a7489

Please sign in to comment.