From eb99b4ede06bc01674ce16217ebbad40bc11ec50 Mon Sep 17 00:00:00 2001 From: ouj4k2q5 <44014638+ouj4k2q5@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:24:21 +0900 Subject: [PATCH] fix(docs): Fix soft off waker configuration example (#2960) --- .../hardware-integration/includes/_soft-off-waker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/hardware-integration/includes/_soft-off-waker.md b/docs/docs/development/hardware-integration/includes/_soft-off-waker.md index 2bf5ffef8..88b830e3c 100644 --- a/docs/docs/development/hardware-integration/includes/_soft-off-waker.md +++ b/docs/docs/development/hardware-integration/includes/_soft-off-waker.md @@ -8,7 +8,7 @@ We need to add another device which will be enabled only when the keyboard is go compatible = "zmk,gpio-key-wakeup-trigger"; trigger = <&soft_off_gpio_key>; wakeup-source; - extra-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH> + extra-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; }; }; ```