Skip to content

Commit

Permalink
Increased availavle BLT profiles to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
DeterminationCode1 committed May 30, 2024
1 parent 9615063 commit 33ce76f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
# Increase keyboard's wireless range
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_BT_MAX_CONN=3
CONFIG_BT_MAX_PAIRED=3
# Please note there are five available Bluetooth profiles by default. If you need to adjust the number of available profiles, set CONFIG_BT_MAX_CONN and CONFIG_BT_MAX_PAIRED to the desired number of profiles, n, or n+1 for split keyboards, in your zmk-config .conf file. https://zmk.dev/docs/behaviors/bluetooth#bluetooth-pairing-and-profiles
CONFIG_BT_MAX_CONN=5
CONFIG_BT_MAX_PAIRED=5

0 comments on commit 33ce76f

Please sign in to comment.