fix(bluetooth): Kconfig to clear bonds on start
This commit is contained in:
parent
fc0812bd2e
commit
13842a8a1e
2 changed files with 10 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ config ZMK_BLE_INIT_PRIORITY
|
|||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
config ZMK_BLE_CLEAR_BONDS_ON_START
|
||||
bool "Configuration that clears all bond information from the keyboard on startup."
|
||||
default n
|
||||
|
||||
# HID GATT notifications sent this way are *not* picked up by Linux, and possibly others.
|
||||
config BT_GATT_NOTIFY_MULTIPLE
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue