docs: Fix #import to #include in dongle docs (#3276)

This commit is contained in:
Cem Aksoylar
2026-03-05 15:38:51 -08:00
committed by GitHub
parent a23aa009d7
commit 714bbe30b0

View File

@@ -177,7 +177,7 @@ There are three commonly found possibilities:
Copy the file into your dongle's folder. Then import the file, assign the matrix transform to it, and select it in the `chosen` node: Copy the file into your dongle's folder. Then import the file, assign the matrix transform to it, and select it in the `chosen` node:
```dts ```dts
#import "my_keyboard-layouts.dtsi" #include "my_keyboard-layouts.dtsi"
&physical_layout0 { &physical_layout0 {
transform = <&default_transform>; transform = <&default_transform>;