Files
zmk/app/dts/bindings/zmk,kscan-composite.yaml
Joel Spadin c7473fc325 fix: Fix inconsistent column offset property
Renamed the composite kscan's column-offset property to col-offset for
consistency with other properties such as matrix transform's col-offset
and matrix kscan's col-gpios.
2024-11-12 09:07:25 -07:00

37 lines
608 B
YAML

description: |
Allows composing multiple KSCAN devices into one virtual device
compatible: "zmk,kscan-composite"
properties:
label:
type: string
required: false
deprecated: true
rows:
type: int
columns:
type: int
child-binding:
description: "Details of an included KSCAN devices"
properties:
label:
type: string
required: false
deprecated: true
kscan:
type: phandle
row-offset:
type: int
default: 0
col-offset:
type: int
default: 0
column-offset:
type: int
default: 0
deprecated: true