Increase esc combo timeout
This commit is contained in:
parent
82f2a3293b
commit
efda638d5e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
//COMBO(equal, &kp EQUAL, 12 23, 100)
|
||||
COMBO(enter, &kp ENTER, 13 23, 120)
|
||||
COMBO(escape, &kp ESC, 20 12 13, 120)
|
||||
COMBO(escape, &kp ESC, 20 12 13, 180)
|
||||
|
||||
COMBO(reset_left, &bootloader, 0 1 2 3, 100)
|
||||
COMBO(reset_right, &bootloader, 6 7 8 9, 100)
|
||||
|
|
Loading…
Reference in a new issue