Update sofle_left.overlay
This commit is contained in:
parent
764ba2efd8
commit
39cb1218b2
1 changed files with 12 additions and 0 deletions
|
@ -16,7 +16,19 @@
|
||||||
, <&pro_micro 10 GPIO_ACTIVE_HIGH>
|
, <&pro_micro 10 GPIO_ACTIVE_HIGH>
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
/ {
|
||||||
|
wakeup_source: wakeup_source {
|
||||||
|
compatible = "zmk,gpio-key-wakeup-trigger";
|
||||||
|
|
||||||
|
trigger = <&left_encoder>;
|
||||||
|
wakeup-source;
|
||||||
|
};
|
||||||
|
|
||||||
|
soft_off_wakers {
|
||||||
|
compatible = "zmk,soft-off-wakeup-sources";
|
||||||
|
wakeup-sources = <&wakeup_source>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&left_encoder {
|
&left_encoder {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
Loading…
Add table
Reference in a new issue