diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-20 00:11:39 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-20 00:11:39 -0400 |
| commit | d65629b9a0b79b6e294419fe9a4118fb09491c91 (patch) | |
| tree | 802d42849d670d418071a6da381ea8d13712e172 /app/dts/bindings/zmk,global-bindings.yaml | |
| parent | c23d752917774bc740c791e2f7eeef6f8f9e1033 (diff) | |
Lots more pieces toward HID working again.
Diffstat (limited to 'app/dts/bindings/zmk,global-bindings.yaml')
| -rw-r--r-- | app/dts/bindings/zmk,global-bindings.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/dts/bindings/zmk,global-bindings.yaml b/app/dts/bindings/zmk,global-bindings.yaml new file mode 100644 index 0000000..69e79cd --- /dev/null +++ b/app/dts/bindings/zmk,global-bindings.yaml @@ -0,0 +1,9 @@ +description: | + Specify the the global behaviors bound to state changes + +compatible: "zmk,global-bindings" + +properties: + bindings: + type: phandles + required: true |
