Skip to content

Commit

Permalink
Update reset.dtsi for soft shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsamlarose committed Oct 8, 2022
1 parent bdc706f commit 3d7296c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/dts/behaviors/reset.dtsi
Expand Up @@ -20,5 +20,12 @@
type = <RST_UF2>;
#binding-cells = <0>;
};

suspend: behavior_reset_suspend {
compatible = "zmk,behavior-reset";
label = "SUSPEND";
type = <RST_SUSPEND>;
#binding-cells = <0>;
};
};
};

0 comments on commit 3d7296c

Please sign in to comment.