Skip to content

Commit

Permalink
Long long idle timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SofusA committed Feb 16, 2024
1 parent 6cecc37 commit bcb497b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/boards/shields/sweeple/sweeple.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@
timeout-ms = <30>;
key-positions = <2 3>;
layers = <0>;
bindings = <&paste>;
}
bindings = <&kp LC(V)>;
};
combo_copy {
timeout-ms = <30>;
key-positions = <22 23>;
layers = <0>;
bindings = <&copy>;
}
bindings = <&kp LC(C)>;
};
};

keymap {
Expand Down
2 changes: 2 additions & 0 deletions config/boards/shields/sweeple/sweeple_dongle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

CONFIG_ZMK_SLEEP=n
CONFIG_ZMK_MOUSE=y

CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=7200000

0 comments on commit bcb497b

Please sign in to comment.