Skip to content

Commit

Permalink
fix: adjust debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
artggd committed Jul 11, 2023
1 parent 1f48fb2 commit 32f8b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/microdix.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_ZMK_MOUSE=y
CONFIG_ZMK_BLE=y
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=15
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=10
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=20
#CONFIG_ZMK_USB_LOGGING=y

0 comments on commit 32f8b44

Please sign in to comment.