diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-07-08 14:07:37 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-07-08 14:07:37 +0000 |
| commit | 4be67070f72fea0461c7cba489acddbd7b70d566 (patch) | |
| tree | 6a602d1f0f8dc4e7447cca2dbce7d573f0cd3f37 /config/cradio.conf | |
| parent | ca8fe64e6ee75bf13cb21789b845bea72aa043be (diff) | |
| parent | 7f2b7891a643cba4e175edd3f7121745d8f9a50e (diff) | |
Merge branch 'qwerty' into colemak-dh
Diffstat (limited to 'config/cradio.conf')
| -rw-r--r-- | config/cradio.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/cradio.conf b/config/cradio.conf index 533173a..7faee56 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -7,5 +7,9 @@ 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 +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y |
