From 5897011a04e6051a7e2c8ee88bc2643a08795a76 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 12 Mar 2022 16:36:39 +0100 Subject: [PATCH] disable combos --- config/cradio.keymap | 127 ++++++++++++++++++++++--------------------- 1 file changed, 65 insertions(+), 62 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 5b11037..fcaa9b7 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -13,68 +13,71 @@ flavor = "tap-preferred"; tapping_term_ms = <200>; }; -&sk { - quick-release; - release-after-ms = <2000>; -}; - -/* Layers */ -#define ALPH 0 -#define SYM 1 -#define NUM 2 -#define SYS 3 -#define BT 4 -#define GAME 5 -/ { - - combos { - compatible = "zmk,combos"; - - combo_game { - timeout-ms = <30>; - key-positions = <0 1 2 3>; - bindings = <&to GAME>; - }; - - combo_sys { - timeout-ms = <30>; - key-positions = <6 7 8>; - bindings = <&to SYS>; - }; - - combo_bt { - timeout-ms = <10>; - key-positions = <13 14>; - bindings = <&to BT>; - layers = ; - }; - - combo_term { - timeout-ms = <50>; - key-positions = <30 33>; - bindings = <&kp LG(ENTER)>; - }; - - combo_lenter { - timeout-ms = <50>; - key-positions = <30 19>; - bindings = <&kp ENTER>; - }; - - combo_renter { - timeout-ms = <50>; - key-positions = <33 19>; - bindings = <&kp ENTER>; - }; - - combo_layer0 { - timeout-ms = <50>; - key-positions = <31 32>; - bindings = <&to 0>; - }; - - - }; +/* &sk { + * quick-release; + * release-after-ms = <2000>; + *}; + * + */ + /* Layers */ + define ALPH 0 + #define SYM 1 + #define NUM 2 + #define SYS 3 + #define BT 4 + #define GAME 5 + /* + * / { + * + * combos { + * compatible = "zmk,combos"; + * + * combo_game { + * timeout-ms = <30>; + * key-positions = <0 1 2 3>; + * bindings = <&to GAME>; + * }; + * + * combo_sys { + * timeout-ms = <30>; + * key-positions = <6 7 8>; + * bindings = <&to SYS>; + * }; + * + * combo_bt { + * timeout-ms = <10>; + * key-positions = <13 14>; + * bindings = <&to BT>; + * layers = ; + * }; + * + * combo_term { + * timeout-ms = <50>; + * key-positions = <30 33>; + * bindings = <&kp LG(ENTER)>; + * }; + * + * combo_lenter { + * timeout-ms = <50>; + * key-positions = <30 19>; + * bindings = <&kp ENTER>; + * }; + * + * combo_renter { + * timeout-ms = <50>; + * key-positions = <33 19>; + * bindings = <&kp ENTER>; + * }; + * + * combo_layer0 { + * timeout-ms = <50>; + * key-positions = <31 32>; + * bindings = <&to 0>; + * }; + * + * + * }; + */ behaviours { hm: homerow_mods {