forked from kofal.net/zmk
fix: Add wakeup-source; to kscan nodes for ZMK_SLEEP.
* ZMK_SLEEP also enables PM_DEVICE, so be sure to mark kscan nodes as wakeup sources so they can wake keyboards from sleep.
This commit is contained in:
committed by
Pete Johanson
parent
d672b0c705
commit
fff1cbecdc
@@ -14,6 +14,7 @@
|
||||
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
wakeup-source;
|
||||
|
||||
diode-direction = "col2row";
|
||||
row-gpios
|
||||
|
||||
Reference in New Issue
Block a user