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
@@ -54,7 +54,7 @@
|
||||
|
||||
right {
|
||||
kscan = <&kscan_right>;
|
||||
column-offset = <5>;
|
||||
col-offset = <5>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ kscan_direct: kscan_direct {
|
||||
direct {
|
||||
kscan = <&kscan_direct>;
|
||||
row-offset = <1>;
|
||||
column-offset = <8>;
|
||||
col-offset = <8>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user