Skip to content

Commit

Permalink
Fixes for new compatible names for soft off nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Dec 21, 2023
1 parent 9dd2372 commit 759e2a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
};

wakeup_source: wakeup_source {
compatible = "zmk,wakeup-trigger-key";
compatible = "zmk,gpio-key-wakeup-trigger";

trigger = <&wakeup_key>;
wakeup-source;
Expand All @@ -66,7 +66,7 @@
};

soft_off_behavior_key {
compatible = "zmk,behavior-key-scanned";
compatible = "zmk,gpio-scanned-key-behavior-trigger";
status = "okay";
bindings = <&hw_soft_off>;
key = <&wakeup_key>;
Expand Down

0 comments on commit 759e2a4

Please sign in to comment.