mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
docs: Fix #import to #include in dongle docs (#3276)
This commit is contained in:
@@ -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>;
|
||||||
|
|||||||
Reference in New Issue
Block a user