diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-18 19:21:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 19:21:43 -0400 |
commit | 0d3cfa859636a43e77ebad66f048452320d65d8b (patch) | |
tree | 53104ca199c0974e02e6ffa96997c176a9e8ce56 /app/Kconfig | |
parent | 1ae9e9d81786ce3ee2a1fbff4d1fd7108bc5d45c (diff) | |
parent | 4402e4fbc7bc79206589d3006fde802c4ba70ec7 (diff) |
Merge pull request #99 from petejohanson/core/bluetooth-unpair-magic-combo
Add magic combo for unpairing BT devices on start.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/Kconfig b/app/Kconfig index b26be48..416c985 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -40,11 +40,17 @@ menuconfig ZMK_BLE select BT_PERIPHERAL select BT_GATT_DIS select BT_GATT_BAS - # select SETTINGS - # select BT_SETTINGS + select SETTINGS + select BT_SETTINGS if ZMK_BLE +config ZMK_BLE_UNPAIR_COMBO + bool "Enable BT unpair combo" + help + Adds a magic key combo that can be held on startup to remove all paired devices + default n + config ZMK_BLE_INIT_PRIORITY int "Init Priority" default 50 |