Aumentar timeout combos esc/enter
This commit is contained in:
parent
f74c89504f
commit
ee6ead0214
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@
|
|||
//COMBO(underscore, &kp UNDER, 33 34, 100)
|
||||
|
||||
//COMBO(equal, &kp EQUAL, 12 23, 100)
|
||||
COMBO(enter, &kp ENTER, 13 23, 60)
|
||||
COMBO(escape, &kp ESC, 20 12 13, 60)
|
||||
COMBO(enter, &kp ENTER, 13 23, 120)
|
||||
COMBO(escape, &kp ESC, 20 12 13, 120)
|
||||
|
||||
COMBO(reset_left, &bootloader, 0 1 2 3, 100)
|
||||
COMBO(reset_right, &bootloader, 6 7 8 9, 100)
|
||||
|
|
Loading…
Reference in a new issue