Browse Source

fix(keymaps): add row-offset property to matrix-transform

xmkb
Lucas Yunkyu Lee 2 years ago committed by Pete Johanson
parent
commit
2666bd622c
  1. 3
      app/dts/bindings/zmk,matrix-transform.yaml

3
app/dts/bindings/zmk,matrix-transform.yaml

@ -13,6 +13,9 @@ properties: @@ -13,6 +13,9 @@ properties:
col-offset:
type: int
default: 0
row-offset:
type: int
default: 0
map:
type: array
required: true

Loading…
Cancel
Save