forked from kofal.net/zmk
fix: Fix inconsistent column offset property
Renamed the composite kscan's column-offset property to col-offset for consistency with other properties such as matrix transform's col-offset and matrix kscan's col-gpios.
This commit is contained in:
committed by
Pete Johanson
parent
9320271dde
commit
c7473fc325
@@ -26,6 +26,11 @@ child-binding:
|
||||
row-offset:
|
||||
type: int
|
||||
default: 0
|
||||
col-offset:
|
||||
type: int
|
||||
default: 0
|
||||
|
||||
column-offset:
|
||||
type: int
|
||||
default: 0
|
||||
deprecated: true
|
||||
|
||||
Reference in New Issue
Block a user