mirror of https://github.com/zmkfirmware/zmk.git
fix(keymaps): add row-offset property to matrix-transform
This commit is contained in:
parent
7b023affbd
commit
2666bd622c
|
|
@ -13,6 +13,9 @@ properties:
|
||||||
col-offset:
|
col-offset:
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 0
|
||||||
|
row-offset:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
map:
|
map:
|
||||||
type: array
|
type: array
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue