Skip to content

Commit

Permalink
sleep timeout to 30 mins from 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Badjau committed Dec 30, 2024
1 parent 58c4500 commit d467b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/boards/shields/mk1/mk1_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONFIG_NICE_OLED_CUSTOM_ANIMATION=y

CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_TIMEOUT=120000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
CONFIG_ZMK_PM_SOFT_OFF=y

# CONFIG_ZMK_WIDGET_LAYER_STATUS=y
Expand Down
2 changes: 1 addition & 1 deletion config/mk1.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
display-name = "Num";
bindings = <
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp GRAVE
&trans &kp LEFT &kp UP &kp DOWN &kp RIGHT &trans &trans &trans &kp LBKT &kp LBKT &kp MINUS &kp EQUAL
&trans &kp LEFT &kp UP &kp DOWN &kp RIGHT &trans &trans &trans &kp LBKT &kp RBKT &kp MINUS &kp EQUAL
&trans &trans &kp BSPC &trans &trans &trans &trans &trans &trans &trans &trans &trans
&to 0 &trans &altenter &trans &trans &to 0
>;
Expand Down

0 comments on commit d467b7e

Please sign in to comment.