fix(docs): Fix soft off waker configuration example (#2960)

This commit is contained in:
ouj4k2q5 2025-06-09 00:24:21 +09:00 committed by GitHub
parent 239baa4875
commit eb99b4ede0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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