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 7, 2023
1 parent d598b36 commit 38e4cf3
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=7
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=9
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=15
#CONFIG_ZMK_USB_LOGGING=y

0 comments on commit 38e4cf3

Please sign in to comment.