Skip to content

Commit df6b5e3

Browse files
author
0x0k4y
committed
KMP_UPD: restored enter and bcksp combos in case I regret that
1 parent 40a6002 commit df6b5e3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

config/totem.keymap

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
combos {
3030
compatible = "zmk,combos";
3131

32-
// combo_enter {
33-
// bindings = <&kp ENTER>;
34-
// key-positions = <19 18>;
35-
// timeout-ms = <60>;
36-
// require-prior-idle-ms = <100>;
37-
// };
38-
39-
// combo_bksp {
40-
// bindings = <&kp BACKSPACE>;
41-
// key-positions = <9 8>;
42-
// timeout-ms = <50>;
43-
// require-prior-idle-ms = <185>;
44-
// };
32+
combo_enter {
33+
bindings = <&kp ENTER>;
34+
key-positions = <19 18>;
35+
timeout-ms = <60>;
36+
require-prior-idle-ms = <100>;
37+
};
38+
39+
combo_bksp {
40+
bindings = <&kp BACKSPACE>;
41+
key-positions = <9 8>;
42+
timeout-ms = <50>;
43+
require-prior-idle-ms = <185>;
44+
};
4545

4646
combo_tab {
4747
bindings = <&kp TAB>;

0 commit comments

Comments
 (0)