From 9a8fdd66ead42bc1591bee7d0eff0e5f5bff8ddb Mon Sep 17 00:00:00 2001 From: Chris Helming Date: Tue, 2 Sep 2025 23:42:30 -0400 Subject: [PATCH] docs: Add missing semicolon to kscan.md composite example (#3052) --- docs/docs/config/kscan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/config/kscan.md b/docs/docs/config/kscan.md index 6de0a4b1b..416175fa6 100644 --- a/docs/docs/config/kscan.md +++ b/docs/docs/config/kscan.md @@ -316,7 +316,7 @@ One possible way to do this is a 3x4 matrix where the direct GPIO keys are shift compatible = "zmk,kscan-gpio-direct"; // define 2 direct GPIOs here... }; -} +}; ``` ## Mock Driver