Update sofle_left.overlay

This commit is contained in:
Yaroslav Kondratev 2024-08-28 01:07:05 +03:00 committed by GitHub
parent ec3d40679a
commit 97f6a482b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,9 +7,7 @@
#include "sofle.dtsi" #include "sofle.dtsi"
/ { / {
chosen { chosen {
zephyr,display = &oled;
zmk,kscan = &side_band_behavior_triggers; zmk,kscan = &side_band_behavior_triggers;
zmk,matrix-transform = &default_transform;
}; };
}; };
@ -49,7 +47,7 @@
wakeup_source: wakeup_source { wakeup_source: wakeup_source {
compatible = "zmk,gpio-key-wakeup-trigger"; compatible = "zmk,gpio-key-wakeup-trigger";
trigger = <&hw_soft_off>; trigger = <&kscan0>;
wakeup-source; wakeup-source;
}; };