diff options
Diffstat (limited to 'dts/bindings/zmk,kscan-composite.yaml')
-rw-r--r-- | dts/bindings/zmk,kscan-composite.yaml | 27 |
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 |