summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-08-20 18:11:32 +0100
committerAkshay <[email protected]>2022-08-20 18:11:32 +0100
commit7df9d83bc3042638f98d50df611dfcd956d7fecf (patch)
tree21d3d258ad60e29bf333407107809056c2f285fe
parentc8c8a92ba0a61d26b9dfaa1356ef2eae0cd950b2 (diff)
reduce combo times
-rw-r--r--config/cradio.keymap8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap
index 0c80faa..fcae842 100644
--- a/config/cradio.keymap
+++ b/config/cradio.keymap
@@ -32,22 +32,22 @@
32 bindings = <&caps_word>; 32 bindings = <&caps_word>;
33 }; 33 };
34 combo_tab { 34 combo_tab {
35 timeout-ms = <80>; 35 timeout-ms = <30>;
36 key-positions = <23 24>; 36 key-positions = <23 24>;
37 bindings = <&lt FUN TAB>; 37 bindings = <&lt FUN TAB>;
38 }; 38 };
39 combo_spc { 39 combo_spc {
40 timeout-ms = <80>; 40 timeout-ms = <30>;
41 key-positions = <13 14>; 41 key-positions = <13 14>;
42 bindings = <&lt NAV SPC>; 42 bindings = <&lt NAV SPC>;
43 }; 43 };
44 combo_ret { 44 combo_ret {
45 timeout-ms = <80>; 45 timeout-ms = <30>;
46 key-positions = <15 16>; 46 key-positions = <15 16>;
47 bindings = <&lt SYM RET>; 47 bindings = <&lt SYM RET>;
48 }; 48 };
49 combo_bspc { 49 combo_bspc {
50 timeout-ms = <80>; 50 timeout-ms = <30>;
51 key-positions = <25 26>; 51 key-positions = <25 26>;
52 bindings = <&lt NUM BSPC>; 52 bindings = <&lt NUM BSPC>;
53 }; 53 };