adding bootloader rest combo to each side
This commit is contained in:
parent
4b5b25ea65
commit
2fde6c6298
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@
|
||||||
|
|
||||||
COMBO(equal, &kp EQUAL, 12 23, 100)
|
COMBO(equal, &kp EQUAL, 12 23, 100)
|
||||||
COMBO(enter, &kp ENTER, 17 26, 60)
|
COMBO(enter, &kp ENTER, 17 26, 60)
|
||||||
|
|
||||||
|
COMBO(reset_left, &bootloader, 0 1 2 3, 100)
|
||||||
|
COMBO(reset_right, &bootloader, 6 7 8 9, 100)
|
||||||
};
|
};
|
||||||
|
|
||||||
behaviors {
|
behaviors {
|
||||||
|
|
Loading…
Reference in a new issue