Adjusting the enter combo timeout
This commit is contained in:
parent
d95d565580
commit
a9e67f84bf
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
COMBO(minus, &kp MINUS, 33 34, 100)
|
||||
|
||||
COMBO(equal, &kp EQUAL, 17 26, 60)
|
||||
COMBO(enter, &kp ENTER, 12 23, 60)
|
||||
COMBO(enter, &kp ENTER, 12 23, 100)
|
||||
};
|
||||
|
||||
behaviors {
|
||||
|
|
Loading…
Reference in a new issue