Update sofle_left.overlay

This commit is contained in:
Yaroslav Kondratev 2024-08-27 17:05:23 +03:00 committed by GitHub
parent 764ba2efd8
commit 39cb1218b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,19 @@
, <&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 {
status = "okay";