Skip to content

Commit

Permalink
Soft off fixes.
Browse files Browse the repository at this point in the history
* Properly enable ZMK_PM_SOFT_OFF.
* Drop default `hold-time-ms` to 1000 ms (1 second).
  • Loading branch information
petejohanson committed Oct 3, 2023
1 parent 5a3d54b commit b2e279b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/boards/arm/lpgalaxy_blank_slate/Kconfig.board
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

config BOARD_LPGALAXY_BLANK_SLATE
bool "LP Galaxy Blank Slate"
imply ZMK_PM_SOFT_OFF
depends on SOC_NRF52840_QIAA

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
compatible = "zmk,behavior-soft-off";
#binding-cells = <0>;
label = "HW_SO";
hold-time-ms = <3000>;
hold-time-ms = <1000>;
};
};

Expand Down

0 comments on commit b2e279b

Please sign in to comment.