Fixing timeout on the equals and slash combos.
This commit is contained in:
parent
4b2198e650
commit
fe4d8e61de
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@
|
||||||
COMBO(semicolon, &kp SEMI, 1 2, 60)
|
COMBO(semicolon, &kp SEMI, 1 2, 60)
|
||||||
COMBO(underscore, &kp UNDER, 31 32, 100)
|
COMBO(underscore, &kp UNDER, 31 32, 100)
|
||||||
COMBO(minus, &kp MINUS, 33 34, 100)
|
COMBO(minus, &kp MINUS, 33 34, 100)
|
||||||
COMBO(equal, &kp EQUAL, 17 26, 100)
|
COMBO(equal, &kp EQUAL, 17 26, 60)
|
||||||
COMBO(slash, &kp SLASH, 12 23, 100)
|
COMBO(slash, &kp SLASH, 12 23, 60)
|
||||||
};
|
};
|
||||||
|
|
||||||
behaviors {
|
behaviors {
|
||||||
|
|
Loading…
Reference in a new issue