diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-18 11:20:15 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-18 13:17:10 -0400 |
commit | 4402e4fbc7bc79206589d3006fde802c4ba70ec7 (patch) | |
tree | bdbff3b1edb4b62d8d1dc32c0d640bb6b8fa1ef0 /app/boards/shields/lily58/lily58_left.conf | |
parent | d7dee20e8d9b0b566859304063df2176aef8c057 (diff) |
feeature(bt): Add "unpair combo" on startup.
* Especially for splits, we need the ability to
unpair all paired devices as sledgehammer
if we need to "reset things", and doing so via
keymaps isn't suitable.
* Allows shields to define a collection of key
positions that if all held 2 seconds after
startup, will unpair all existing pairs for the
device.
Diffstat (limited to 'app/boards/shields/lily58/lily58_left.conf')
-rw-r--r-- | app/boards/shields/lily58/lily58_left.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/boards/shields/lily58/lily58_left.conf b/app/boards/shields/lily58/lily58_left.conf index e51dee4..338fa59 100644 --- a/app/boards/shields/lily58/lily58_left.conf +++ b/app/boards/shields/lily58/lily58_left.conf @@ -1,2 +1,3 @@ CONFIG_ZMK_SPLIT=y -CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y
\ No newline at end of file +CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y +CONFIG_ZMK_BLE_UNPAIR_COMBO=y
\ No newline at end of file |