diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-27 00:21:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 00:21:14 -0400 |
commit | 7944835ecfa3d019e4c2afeb12de80f36f4e16d1 (patch) | |
tree | 5d408f352d8fe8267c9d917e254d331b23b4e236 /app/dts | |
parent | f84a41de3e72c022edebc1a3e90df0aa140451e6 (diff) | |
parent | 5ffd95694fafa4fb424c9f0122d6f07a486cd81f (diff) |
Merge pull request #41 from petejohanson/boards/kyria-left-right-matrix-transform-fixes
Kyria left/right overlays, matrix transform fixes
Diffstat (limited to 'app/dts')
-rw-r--r-- | app/dts/bindings/zmk,matrix-transform.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/dts/bindings/zmk,matrix-transform.yaml b/app/dts/bindings/zmk,matrix-transform.yaml index 453da9d..b7d000c 100644 --- a/app/dts/bindings/zmk,matrix-transform.yaml +++ b/app/dts/bindings/zmk,matrix-transform.yaml @@ -4,6 +4,15 @@ description: | compatible: "zmk,matrix-transform" properties: + columns: + type: int + required: true + rows: + type: int + required: true + col-offset: + type: int + default: 0 map: type: array required: true |