From e4959a46a4d02f3045d450e2a08d2d5d435bc72b Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 22 May 2024 09:04:30 +0200 Subject: [PATCH] Enable split battery reporting --- config/abyss.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/abyss.conf b/config/abyss.conf index 294b076..a78b5da 100644 --- a/config/abyss.conf +++ b/config/abyss.conf @@ -9,4 +9,8 @@ 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 \ No newline at end of file +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5 + +# Enable split battery reporting https://github.com/zmkfirmware/zmk/pull/2045 +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y \ No newline at end of file