Skip to content

Commit

Permalink
Enable CONFIG_ZMK_BLE_EXPERIMENTAL_CONN
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer authored Feb 10, 2024
1 parent 3b62ad7 commit a6f7782
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/boards/shields/taira/taira.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 # deep sleep timeout, 15 minutes

# CONFIG_ZMK_BLE_EXPERIMENTAL_CONN enables experimental Bluetooth LE connection
# stability improvements introduced in Zephyr 3.5 release.
# These improvements are intended to resolve issues with some hardware combinations,
# including challenges with updated Intel drivers, and macOS general stability problems.
# Ref: https://zmk.dev/blog/2024/02/09/zephyr-3-5#ble-stability-improvements
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

0 comments on commit a6f7782

Please # to comment.