mirror of https://github.com/zmkfirmware/zmk.git
docs: Fix #import to #include in dongle docs (#3276)
This commit is contained in:
parent
a23aa009d7
commit
714bbe30b0
|
|
@ -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:
|
||||
|
||||
```dts
|
||||
#import "my_keyboard-layouts.dtsi"
|
||||
#include "my_keyboard-layouts.dtsi"
|
||||
|
||||
&physical_layout0 {
|
||||
transform = <&default_transform>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue