From 38f1dbd9842eaf53db359ad46b070bfff8db1359 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 8 Jun 2020 21:07:16 -0400 Subject: Move Zephyr app into subdirectory. --- app/dts/bindings/zmk,layers.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/dts/bindings/zmk,layers.yaml (limited to 'app/dts/bindings/zmk,layers.yaml') diff --git a/app/dts/bindings/zmk,layers.yaml b/app/dts/bindings/zmk,layers.yaml new file mode 100644 index 0000000..c9b462a --- /dev/null +++ b/app/dts/bindings/zmk,layers.yaml @@ -0,0 +1,14 @@ +description: | + Allows defining the various keymap layers for use. + +compatible: "zmk,layers" + +child-binding: + description: "A layer to be used in a keymap" + + properties: + label: + type: string + keys: + type: array + -- cgit v1.2.3