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>; }; }; ```