Skip to content

Commit 515afad

Browse files
author
0x0k4y
committed
KMP_UPD: removed BKSP and ENTER combos again
1 parent 62211bd commit 515afad

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)