mirror of https://github.com/zmkfirmware/zmk.git
fix(docs): Fix soft off waker configuration example (#2960)
This commit is contained in:
parent
239baa4875
commit
eb99b4ede0
|
|
@ -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…
Reference in New Issue