We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a6002 commit df6b5e3Copy full SHA for df6b5e3
config/totem.keymap
@@ -29,19 +29,19 @@
29
combos {
30
compatible = "zmk,combos";
31
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
+ combo_enter {
+ bindings = <&kp ENTER>;
+ key-positions = <19 18>;
+ timeout-ms = <60>;
+ require-prior-idle-ms = <100>;
+ };
+
+ combo_bksp {
+ bindings = <&kp BACKSPACE>;
+ key-positions = <9 8>;
+ timeout-ms = <50>;
+ require-prior-idle-ms = <185>;
45
46
combo_tab {
47
bindings = <&kp TAB>;
0 commit comments