Use eager debouncing

This commit is contained in:
2024-05-22 08:39:40 +02:00
committed by GitHub
parent 991b5f27d7
commit 9cda51e387

View File

@@ -6,3 +6,7 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1200000
# better bluetooth
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
# Use eager debouncing, see https://zmk.dev/docs/features/debouncing#eager-debouncing
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5