diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-07-08 14:07:25 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-07-08 14:07:25 +0000 |
| commit | 7f2b7891a643cba4e175edd3f7121745d8f9a50e (patch) | |
| tree | 5980c46cd0ba7177b706b9cc52e7816f340d7e7f /config | |
| parent | 005f0db0d879d27bc3fd47a2e088f9b2ff738fb3 (diff) | |
Reduce debounce
Diffstat (limited to 'config')
| -rw-r--r-- | config/cradio.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cradio.conf b/config/cradio.conf index 8876d0a..2787ef0 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -7,8 +7,8 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000 # Debouncing, lower to "reduce" input lag, raise to increase "reliability" # [source](https://zmk.dev/docs/features/debouncing#debounce-configuration) -CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=35 -CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=35 +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=15 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=15 # Provide battery level for both sides CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y |
