From b93bf6d3fd07e6b02c4d1754a7470d9b4432e8a4 Mon Sep 17 00:00:00 2001 From: Aasim-A <23695024+Aasim-A@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:51:30 +1100 Subject: [PATCH] docs: Fix incorrect `kscan` value (#2763) --- 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 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; }; };