Skip to content

Commit

Permalink
Make &kscan0 a wakeup source
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Jan 29, 2025
1 parent d17cbec commit 693650b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/boards/arm/adv360/adv360_left.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/{
kscan0: kscan {
compatible = "zmk,kscan-gpio-matrix";

wakeup-source;
diode-direction = "col2row";
row-gpios
= <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
Expand Down
2 changes: 1 addition & 1 deletion config/boards/arm/adv360/adv360_right.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

kscan0: kscan {
compatible = "zmk,kscan-gpio-matrix";

wakeup-source;
diode-direction = "col2row";
row-gpios
= <&gpio0 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
Expand Down

0 comments on commit 693650b

Please sign in to comment.