From c7473fc32557d2d384ab78d3acf51a05488f0214 Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Sat, 9 Nov 2024 20:44:39 -0600 Subject: 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. --- app/dts/bindings/zmk,kscan-composite.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/dts') 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 -- cgit v1.2.3