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

This commit is contained in:
Lucas Yunkyu Lee 2021-12-13 21:12:38 +09:00 committed by Pete Johanson
parent 7b023affbd
commit 2666bd622c
1 changed files with 3 additions and 0 deletions

View File

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