diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-07-08 14:04:53 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-07-08 14:04:53 +0000 |
| commit | 005f0db0d879d27bc3fd47a2e088f9b2ff738fb3 (patch) | |
| tree | 1acc1927b72ef278605d2937a978f27554891636 /config | |
| parent | 2f35ca39ce6d178513a1c36961f240088df21fab (diff) | |
Add battery reporting for both sides
Diffstat (limited to 'config')
| -rw-r--r-- | config/cradio.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/cradio.conf b/config/cradio.conf index b21e4d7..8876d0a 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -9,3 +9,7 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000 # [source](https://zmk.dev/docs/features/debouncing#debounce-configuration) CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=35 CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=35 + +# Provide battery level for both sides +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y |
