Skip to content

Commit

Permalink
Test BLE improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive committed Mar 25, 2024
1 parent cbd5bc0 commit 748de46
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions config/corneish_zen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
# Reset BT connections on next firmware boot
# CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y

# Fix battery reporting on Windows
# CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
# Fix battery reporting on Windows / disabled 'cause I don't use it
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n

# Experimental: BLE stability improvements
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
# Experimental: BLE improvements
CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y

# Report battery peripheral battery level
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y

#######################
# Zen display tweaks
Expand Down

0 comments on commit 748de46

Please sign in to comment.