diff options
author | Okke Formsma <okke@formsma.nl> | 2020-12-11 23:24:44 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-13 21:07:41 -0500 |
commit | feb0d5b90cbbb1a1026bf356afd788c860824ccf (patch) | |
tree | f2cd72956649dade930291d1f37de73d34655304 /app/dts | |
parent | 90c2c6672fbf7fb575b61dd9f5a482e1ffc5dbcd (diff) |
feat(combos): initial implementation
closes #45
Diffstat (limited to 'app/dts')
-rw-r--r-- | app/dts/bindings/zmk,combos.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/dts/bindings/zmk,combos.yaml b/app/dts/bindings/zmk,combos.yaml new file mode 100644 index 0000000..75eaa3e --- /dev/null +++ b/app/dts/bindings/zmk,combos.yaml @@ -0,0 +1,22 @@ +# Copyright (c) 2020, The ZMK Contributors +# SPDX-License-Identifier: MIT + +description: Combos container + +compatible: "zmk,combos" + +child-binding: + description: "A combo" + + properties: + bindings: + type: phandle-array + required: true + key-positions: + type: array + required: true + timeout-ms: + type: int + default: 50 + slow-release: + type: boolean |