summaryrefslogtreecommitdiff
path: root/app/dts/bindings/zmk,matrix-transform.yaml
blob: 4392bf52e31e87e6fc14495deaf7bd535a959141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
description: |
  Defines a mapping from keymap logical positions to matrix physical positions

compatible: "zmk,matrix-transform"

properties:
  columns:
    type: int
    required: true
  rows:
    type: int
    required: true
  col-offset:
    type: int
    default: 0
  row-offset:
    type: int
    default: 0
  map:
    type: array
    required: true