Skip to content

Commit aa74683

Browse files
committed
docs: Make physical layout transform label consistent and comment
1 parent fa9d745 commit aa74683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/development/hardware-integration/physical-layouts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Every physical layout needs a matrix transform, and optionally can also have a k
3030

3131
```dts title="<your keyboard>.dts | <your keyboard>.dtsi | <your keyboard>.overlay"
3232
&physical_layout0 {
33-
kscan = <&kscan0>;
34-
transform = <&matrix_transform0>;
33+
kscan = <&kscan0>; // Label of the kscan node this layout uses
34+
transform = <&default_transform>; // Label of the matrix transform this layout uses
3535
};
3636
```
3737

0 commit comments

Comments
 (0)