diff options
author | Pete Johanson <[email protected]> | 2020-08-19 23:34:34 -0400 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2020-08-19 23:34:34 -0400 |
commit | a65b746a863bbd8e07cf404b4249526f75b069a3 (patch) | |
tree | 0c11e1e37fced901ad3b69a4d97484973424323a /app/Kconfig | |
parent | 3576738ab4b2645724750c6d7b089c1ec2e15bd6 (diff) | |
download | zmk-a65b746a863bbd8e07cf404b4249526f75b069a3.tar.gz zmk-a65b746a863bbd8e07cf404b4249526f75b069a3.zip |
fix(bluetooth): Add unpair combo if DT node exists
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Kconfig b/app/Kconfig index 416c9852fa..5f618b1fd9 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -45,12 +45,6 @@ menuconfig ZMK_BLE 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 |