perf: tweak bilateral combinations
This commit is contained in:
parent
87427f7a9b
commit
8ce89b0f65
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
|||
|
||||
// Bilateral combinations, following https://sunaku.github.io/home-row-mods.html
|
||||
#define BILATERAL_COMBINATIONS
|
||||
#define BILATERAL_COMBINATIONS_ALLOW_SAMESIDED_AFTER 250 /*ms*/
|
||||
#define BILATERAL_COMBINATIONS_ALLOW_CROSSOVER_AFTER 75 /*ms*/
|
||||
#define BILATERAL_COMBINATIONS_ALLOW_SAMESIDED_AFTER 200 /*ms*/
|
||||
#define BILATERAL_COMBINATIONS_ALLOW_CROSSOVER_AFTER 50 /*ms*/
|
||||
#define BILATERAL_COMBINATIONS_DELAY_MODS_THAT_MATCH (MOD_MASK_GUI) /*Delay GUI HRM*/
|
||||
#define BILATERAL_COMBINATIONS_DELAY_MATCHED_MODS_BY 120 /* ms */
|
||||
#define BILATERAL_COMBINATIONS_TYPING_STREAK_TIMEOUT 160
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue