Alargar macros
This commit is contained in:
parent
7fc5ffada1
commit
3408906786
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@
|
||||||
//COMBO(underscore, &kp UNDER, 33 34, 100)
|
//COMBO(underscore, &kp UNDER, 33 34, 100)
|
||||||
|
|
||||||
//COMBO(equal, &kp EQUAL, 12 23, 100)
|
//COMBO(equal, &kp EQUAL, 12 23, 100)
|
||||||
COMBO(enter, &kp ENTER, 13 23, 200)
|
COMBO(enter, &kp ENTER, 13 23, 300)
|
||||||
COMBO(escape, &kp ESC, 20 12 13, 200)
|
COMBO(escape, &kp ESC, 20 12 13, 300)
|
||||||
|
|
||||||
COMBO(reset_left, &bootloader, 0 1 2 3, 100)
|
COMBO(reset_left, &bootloader, 0 1 2 3, 100)
|
||||||
COMBO(reset_right, &bootloader, 6 7 8 9, 100)
|
COMBO(reset_right, &bootloader, 6 7 8 9, 100)
|
||||||
|
|
Loading…
Reference in a new issue