Skip to content

Commit

Permalink
Increased Waterfowl debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
JW2586 committed May 30, 2022
1 parent 62eeae3 commit 4dd30c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/boards/shields/waterfowl/waterfowl_left.conf
@@ -1,2 +1,4 @@
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=7
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7
4 changes: 3 additions & 1 deletion app/boards/shields/waterfowl/waterfowl_right.conf
@@ -1,2 +1,4 @@
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=7
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7

0 comments on commit 4dd30c8

Please sign in to comment.