aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/dts
diff options
context:
space:
mode:
authorJoel Spadin <[email protected]>2024-11-09 20:44:39 -0600
committerPete Johanson <[email protected]>2024-11-12 09:07:25 -0700
commitc7473fc32557d2d384ab78d3acf51a05488f0214 (patch)
treee90864614cf19c432ae89f05d208b73b79b594f4 /app/dts
parent9320271dde53fa98baf0007187149a747dfa6954 (diff)
downloadzmk-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.yaml5
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