mirror of
https://github.com/litruv/zmk-config.git
synced 2026-07-24 02:36:05 +10:00
26 lines
602 B
Plaintext
26 lines
602 B
Plaintext
if SHIELD_SOFLE_DONGLE
|
|
|
|
# Max 16 characters in keyboard name
|
|
config ZMK_SOFLE
|
|
default "Sofle"
|
|
|
|
config ZMK_SPLIT_ROLE_CENTRAL
|
|
default y
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
# Set this to the number of peripherals your dongle will have.
|
|
# For a unibody, this would be 1. If you have left and right halves, set it to 2, etc.
|
|
config ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS
|
|
default 2
|
|
|
|
# Set this to ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS + your desired number of BT profiles (default is 5)
|
|
config BT_MAX_CONN
|
|
default 6
|
|
|
|
# Set this to the same number as BT_MAX_CONN
|
|
config BT_MAX_PAIRED
|
|
default 6
|
|
|
|
endif |