Skip to content

Commit

Permalink
Work around windows battery level issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elementalvoid authored Jan 1, 2025
1 parent 415a258 commit 7ec27f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/sofle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
# on and off. This also causes the display to turn off.
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n

# Experimental bluetooth config that is set to be the default eventually
# - attempt at making Windows pairing/connection more reliable
# Enables a combination of settings that are planned to be default in future
# versions of ZMK to improve connection stability.
# Currently this only disables 2M PHY support.
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

# Low level setting for GATT subscriptions.
# Set to n to work around an annoying Windows bug with battery notifications.
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n

# Enable deep sleep
CONFIG_ZMK_SLEEP=y

Expand Down

0 comments on commit 7ec27f9

Please sign in to comment.