From 3f6b6cdfc58ab00bcc83040c2aa6460b1092b74d Mon Sep 17 00:00:00 2001 From: Martin Eberhardt Date: Fri, 24 May 2024 23:15:23 +0200 Subject: [PATCH] Enable split battery reporting --- config/boards/shields/dactyl_cc/dactyl_cc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/boards/shields/dactyl_cc/dactyl_cc.conf b/config/boards/shields/dactyl_cc/dactyl_cc.conf index 433411c..b52dadf 100644 --- a/config/boards/shields/dactyl_cc/dactyl_cc.conf +++ b/config/boards/shields/dactyl_cc/dactyl_cc.conf @@ -1,3 +1,5 @@ CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_TIMEOUT=300000 CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000 +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y