diff options
author | Joel Spadin <[email protected]> | 2024-11-09 20:44:39 -0600 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2024-11-12 09:07:25 -0700 |
commit | c7473fc32557d2d384ab78d3acf51a05488f0214 (patch) | |
tree | e90864614cf19c432ae89f05d208b73b79b594f4 /app/dts | |
parent | 9320271dde53fa98baf0007187149a747dfa6954 (diff) | |
download | zmk-c7473fc32557d2d384ab78d3acf51a05488f0214.tar.gz zmk-c7473fc32557d2d384ab78d3acf51a05488f0214.zip |
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.
Diffstat (limited to 'app/dts')
-rw-r--r-- | app/dts/bindings/zmk,kscan-composite.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/dts/bindings/zmk,kscan-composite.yaml b/app/dts/bindings/zmk,kscan-composite.yaml index 857ef34fa4..ea6cc41619 100644 --- a/app/dts/bindings/zmk,kscan-composite.yaml +++ b/app/dts/bindings/zmk,kscan-composite.yaml @@ -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 |