Skip to content

Commit

Permalink
Use equal timeout for overlapping combos
Browse files Browse the repository at this point in the history
Randomly trying out things to see if mitigates the issue with mod-taps
getting stuck.

Possibly related:
zmkfirmware/zmk#986,
zmkfirmware/zmk#905
  • Loading branch information
urob committed Jun 10, 2022
1 parent cbea47f commit 61a1351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61a1351

Please sign in to comment.