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/dts/bindings | |
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/dts/bindings')
-rw-r--r-- | app/dts/bindings/zmk,bt-unpair-combo.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/dts/bindings/zmk,bt-unpair-combo.yaml b/app/dts/bindings/zmk,bt-unpair-combo.yaml new file mode 100644 index 0000000..d781347 --- /dev/null +++ b/app/dts/bindings/zmk,bt-unpair-combo.yaml @@ -0,0 +1,12 @@ +# Copyright (c) 2020, Pete Johanson +# SPDX-License-Identifier: MIT + +description: | + Defines a set of key positions that will unpair all BT devices if held on startup. + +compatible: "zmk,bt-unpair-combo" + +properties: + key-positions: + type: array + required: true |