Enable split battery reporting

This commit is contained in:
2024-05-22 09:04:30 +02:00
committed by GitHub
parent 9cda51e387
commit e4959a46a4

View File

@@ -9,4 +9,8 @@ CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
# Use eager debouncing, see https://zmk.dev/docs/features/debouncing#eager-debouncing # Use eager debouncing, see https://zmk.dev/docs/features/debouncing#eager-debouncing
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5 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