summaryrefslogtreecommitdiff
path: root/dts/bindings/zmk,kscan-composite.yaml
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-08 21:07:16 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-08 21:07:16 -0400
commit38f1dbd9842eaf53db359ad46b070bfff8db1359 (patch)
tree6a24845fab2043cd0cec8b2086971ff13edeed70 /dts/bindings/zmk,kscan-composite.yaml
parent92b41d28e5668fab4fe423ccce5f3f85b4537002 (diff)
Move Zephyr app into subdirectory.
Diffstat (limited to 'dts/bindings/zmk,kscan-composite.yaml')
-rw-r--r--dts/bindings/zmk,kscan-composite.yaml27
1 files changed, 0 insertions, 27 deletions
diff --git a/dts/bindings/zmk,kscan-composite.yaml b/dts/bindings/zmk,kscan-composite.yaml
deleted file mode 100644
index 6126c30..0000000
--- a/dts/bindings/zmk,kscan-composite.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-description: |
- Allows composing multiple KSCAN devices into one virtual device
-
-compatible: "zmk,kscan-composite"
-
-properties:
- label:
- type: string
- rows:
- type: int
- columns:
- type: int
-
-child-binding:
- description: "Details of an included KSCAN devices"
-
- properties:
- label:
- type: string
- kscan:
- type: phandle
- row-offset:
- type: int
- default: 0
- column-offset:
- type: int
- default: 0