disable combos

This commit is contained in:
Kabbone 2022-03-12 16:36:39 +01:00
parent aea8d40053
commit 5897011a04
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -13,68 +13,71 @@
flavor = "tap-preferred"; flavor = "tap-preferred";
tapping_term_ms = <200>; tapping_term_ms = <200>;
}; };
&sk { /* &sk {
quick-release; * quick-release;
release-after-ms = <2000>; * release-after-ms = <2000>;
}; *};
*
/* Layers */ */
#define ALPH 0 /* Layers */
#define SYM 1 define ALPH 0
#define NUM 2 #define SYM 1
#define SYS 3 #define NUM 2
#define BT 4 #define SYS 3
#define GAME 5 #define BT 4
/ { #define GAME 5
/*
combos { * / {
compatible = "zmk,combos"; *
* combos {
combo_game { * compatible = "zmk,combos";
timeout-ms = <30>; *
key-positions = <0 1 2 3>; * combo_game {
bindings = <&to GAME>; * timeout-ms = <30>;
}; * key-positions = <0 1 2 3>;
* bindings = <&to GAME>;
combo_sys { * };
timeout-ms = <30>; *
key-positions = <6 7 8>; * combo_sys {
bindings = <&to SYS>; * timeout-ms = <30>;
}; * key-positions = <6 7 8>;
* bindings = <&to SYS>;
combo_bt { * };
timeout-ms = <10>; *
key-positions = <13 14>; * combo_bt {
bindings = <&to BT>; * timeout-ms = <10>;
layers = <SYS>; * key-positions = <13 14>;
}; * bindings = <&to BT>;
* layers = <SYS>;
combo_term { * };
timeout-ms = <50>; *
key-positions = <30 33>; * combo_term {
bindings = <&kp LG(ENTER)>; * timeout-ms = <50>;
}; * key-positions = <30 33>;
* bindings = <&kp LG(ENTER)>;
combo_lenter { * };
timeout-ms = <50>; *
key-positions = <30 19>; * combo_lenter {
bindings = <&kp ENTER>; * timeout-ms = <50>;
}; * key-positions = <30 19>;
* bindings = <&kp ENTER>;
combo_renter { * };
timeout-ms = <50>; *
key-positions = <33 19>; * combo_renter {
bindings = <&kp ENTER>; * timeout-ms = <50>;
}; * key-positions = <33 19>;
* bindings = <&kp ENTER>;
combo_layer0 { * };
timeout-ms = <50>; *
key-positions = <31 32>; * combo_layer0 {
bindings = <&to 0>; * timeout-ms = <50>;
}; * key-positions = <31 32>;
* bindings = <&to 0>;
* };
}; *
*
* };
*/
behaviours { behaviours {
hm: homerow_mods { hm: homerow_mods {