diff --git a/docs/docs/development/hardware-integration/dongle.mdx b/docs/docs/development/hardware-integration/dongle.mdx index 9ac9b471e..4c208e0a6 100644 --- a/docs/docs/development/hardware-integration/dongle.mdx +++ b/docs/docs/development/hardware-integration/dongle.mdx @@ -240,7 +240,7 @@ Finally, select your physical layout in the chosen node. ```dts / { chosen { - zmk,kscan = &kscan0; + zmk,kscan = &mock_kscan; zmk,physical-layout = &physical_layout0; }; };