mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
fix(bluetooth): Remove identity, minimal bt.
* Simplify the `bt` behavior to one current command `BT_CLEAR_BONDS_CMD`. * Simplify BLE code for split and non-split keyboards. * Remove keymap processing from split peripheral side.
This commit is contained in:
23
app/Kconfig
23
app/Kconfig
@@ -40,18 +40,14 @@ menuconfig ZMK_BLE
|
||||
select BT_PERIPHERAL
|
||||
select BT_GATT_DIS
|
||||
select BT_GATT_BAS
|
||||
select BT_SETTINGS
|
||||
select SETTINGS
|
||||
|
||||
if ZMK_BLE
|
||||
|
||||
config ZMK_BLE_INIT_PRIORITY
|
||||
int "Init Priority"
|
||||
default 50
|
||||
|
||||
config SETTINGS
|
||||
default y
|
||||
|
||||
config BT_SETTINGS
|
||||
default y
|
||||
|
||||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||
default 2048
|
||||
@@ -144,21 +140,6 @@ endif
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
if ZMK_BLE && !ZMK_SPLIT_BLE
|
||||
|
||||
config BT_ID_MAX
|
||||
default 5
|
||||
|
||||
config BT_MAX_PAIRED
|
||||
default 5
|
||||
|
||||
# Used to update the name to include the identity used
|
||||
config BT_DEVICE_NAME_DYNAMIC
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
config ZMK_KSCAN_MOCK_DRIVER
|
||||
bool "Enable mock kscan driver to simulate key presses"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user