From 714bbe30b052b1062e09a102998c1cae9dd9edf6 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Thu, 5 Mar 2026 15:38:51 -0800 Subject: [PATCH] docs: Fix #import to #include in dongle docs (#3276) --- docs/docs/development/hardware-integration/dongle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/hardware-integration/dongle.mdx b/docs/docs/development/hardware-integration/dongle.mdx index 2623db640..c9fe52221 100644 --- a/docs/docs/development/hardware-integration/dongle.mdx +++ b/docs/docs/development/hardware-integration/dongle.mdx @@ -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>;