Skip to content

Commit

Permalink
feat(ble): use experimental config option
Browse files Browse the repository at this point in the history
  • Loading branch information
abayomi185 committed Sep 24, 2024
1 parent 0d45b14 commit 972264f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/lily58.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ CONFIG_USB_HID_BOOT_PROTOCOL=y
# Turn on logging, and set ZMK logging to debug output
# CONFIG_ZMK_USB_LOGGING=y

CONFIG_BT_CTLR_PHY_2M=n # Get around Intel AX211 Bluetooth driver issue
CONFIG_ZMK_BLE_PASSKEY_ENTRY=y # Helps for certain Windows computers (work-managed ones in particular)
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y # ZMK implementation to disable disables 2M PHY support
CONFIG_ZMK_BLE_PASSKEY_ENTRY=n # Helps for certain Windows computers (work-managed ones in particular)

0 comments on commit 972264f

Please sign in to comment.