forked from kofal.net/zmk
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.
37 lines
608 B
YAML
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
|