diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-11-10 15:04:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 15:04:28 -0500 |
commit | 0031f9bd4db40efc5da3c78cb7d0593d9299210e (patch) | |
tree | 4cb3f600b666c023e30e7dcc0c61c17fe287b58f /app/dts | |
parent | 3b9130096060759737844331ebd2c0668400dd0c (diff) | |
parent | 7d16186b7acd5113a59fc612cd53b7bae7f46f38 (diff) |
Merge pull request #357 from petejohanson/ble/remove-unpair-combo
fix(ble): Remove unpair combo code.
Diffstat (limited to 'app/dts')
-rw-r--r-- | app/dts/bindings/zmk,bt-unpair-combo.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/dts/bindings/zmk,bt-unpair-combo.yaml b/app/dts/bindings/zmk,bt-unpair-combo.yaml deleted file mode 100644 index d781347..0000000 --- a/app/dts/bindings/zmk,bt-unpair-combo.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# 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 |