We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4265b18 commit 8d8b9b1Copy full SHA for 8d8b9b1
boards/shields/lazycorne/Kconfig.defconfig
@@ -21,5 +21,14 @@ config ZMK_SPLIT
21
22
config ZMK_BLE
23
default y
24
-
+
25
+config ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING
26
+ default y
27
28
+config ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY
29
30
31
+config ZMK_BATTERY_REPORT_INTERVAL
32
+ default 60
33
34
endif
boards/shields/lazycorne/lazycorne_dongle.conf
@@ -12,6 +12,7 @@ CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
12
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
13
14
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
15
+CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
16
# The battery power report interval unit is seconds
17
CONFIG_ZMK_BATTERY_REPORT_INTERVAL=60
18
0 commit comments