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
This commit is contained in:
parent
4f1baef8c3
commit
851c4f1fad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue