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:
parent
9320271dde
commit
c7473fc325
5 changed files with 13 additions and 8 deletions
|
|
@ -23,7 +23,7 @@ kscan_direct: kscan_direct {
|
|||
direct {
|
||||
kscan = <&kscan_direct>;
|
||||
row-offset = <1>;
|
||||
column-offset = <8>;
|
||||
col-offset = <8>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue