Skip to content

Commit

Permalink
perf: 🔧 change debounce from 5ms to 8ms
Browse files Browse the repository at this point in the history
Hoping to reduce chatter
  • Loading branch information
er1chu committed Apr 17, 2024
1 parent 6bdb69c commit a0663ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/crbn.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Uncomment lines below to enable encoder
# CONFIG_EC11=y
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=8
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=8

0 comments on commit a0663ac

Please sign in to comment.