fix(docs): Fix soft off waker configuration example (#2960)
This commit is contained in:
parent
239baa4875
commit
eb99b4ede0
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
compatible = "zmk,gpio-key-wakeup-trigger";
|
||||||
trigger = <&soft_off_gpio_key>;
|
trigger = <&soft_off_gpio_key>;
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
extra-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>
|
extra-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue