Skip to content

Commit

Permalink
Change number of max connected devices
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDSFerreira committed Jul 29, 2024
1 parent 3aa94ad commit f4e26f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/corne_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
# Disable left side as master
CONFIG_ZMK_SPLIT_ROLE_CENTRAL=n

# Bluetooth settings
CONFIG_BT_MAX_CONN=1
CONFIG_BT_MAX_PAIRED=1

CONFIG_ZMK_KEYBOARD_NAME=""
4 changes: 4 additions & 0 deletions config/corne_right.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
# Enable right side as master
CONFIG_ZMK_SPLIT_ROLE_CENTRAL=y

# Bluetooth settings
CONFIG_BT_MAX_CONN=3
CONFIG_BT_MAX_PAIRED=3

CONFIG_ZMK_KEYBOARD_NAME="Corne"

0 comments on commit f4e26f5

Please sign in to comment.