Skip to content

Commit b303273

Browse files
authored
add wakeup
1 parent 1671404 commit b303273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/boards/shields/corne/corne.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9
3232
kscan0: kscan {
3333
compatible = "zmk,kscan-gpio-matrix";
3434
label = "KSCAN";
35-
35+
wakeup-source;
3636
diode-direction = "col2row";
3737
row-gpios
3838
= <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>

config/boards/shields/corne/corne_right.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9
3232
kscan0: kscan {
3333
compatible = "zmk,kscan-gpio-matrix";
3434
label = "KSCAN";
35-
35+
wakeup-source;
3636
diode-direction = "col2row";
3737
row-gpios
3838
= <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>

0 commit comments

Comments
 (0)