From 851c4f1fad80c864fe491f8adeb5742a1dea687d Mon Sep 17 00:00:00 2001 From: urob Date: Thu, 9 Jun 2022 22:14:35 -0400 Subject: [PATCH] Use equal timeout for overlapping combos Randomly trying out things to see if mitigates the issue with mod-taps getting stuck. Possibly related: https://github.com/zmkfirmware/zmk/issues/986, https://github.com/zmkfirmware/zmk/issues/905 --- config/combos.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/combos.dtsi b/config/combos.dtsi index 88bdfd0..eb26f24 100644 --- a/config/combos.dtsi +++ b/config/combos.dtsi @@ -18,7 +18,7 @@ compatible = "zmk,combos"; }; #define COMBO_TERM_H 30 -#define COMBO_TERM_V 40 +#define COMBO_TERM_V 30 #define LT0 0 #define LT1 1