Skip to content

Commit 9161793

Browse files
committed
Refactor(config): wakeup-source 이동
1 parent a239a9d commit 9161793

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

boards/shields/lazycorne/lazycorne.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ 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) RC(2,10
4747

4848
kscan0: kscan {
4949
diode-direction = "col2row";
50+
wakeup-source;
5051
};
51-
52-
// TODO: per-key RGB node(s)?
5352
};

boards/shields/lazycorne/lazycorne_left.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
&kscan0 {
44
compatible = "zmk,kscan-gpio-matrix";
5-
wakeup-source;
65
label = "KSCAN";
76
row-gpios
87
= <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>

boards/shields/lazycorne/lazycorne_right.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
&kscan0 {
1313
compatible = "zmk,kscan-gpio-matrix";
14-
wakeup-source;
1514
label = "KSCAN";
1615
row-gpios
1716
= <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>

0 commit comments

Comments
 (0)