Skip to content

Commit 29d60d0

Browse files
author
0x0k4y
committed
KMP_UPD: re-added BKSP exclusively to L1&L2, re-added ENTER
1 parent 515afad commit 29d60d0

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

config/totem.keymap

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,20 @@
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 = <50>;
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+
layers = <1, 2>;
45+
};
4546

4647
combo_tab {
4748
bindings = <&kp TAB>;

0 commit comments

Comments
 (0)