Skip to content

Commit 3226527

Browse files
committed
change some default binds to account for KeyJam/Santroller Festival Keyboard mode
1 parent ffc2a4a commit 3226527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Encore/src/settings/keybinds.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ namespace Encore {
1515
std::array<int, 4> keybinds4k = {68, 70, 74, 75};
1616
std::array<int, 5> keybinds5k = {68, 70, 74, 75, 76};
1717
std::array<int, 4> keybinds4kalt = {-2, -2, -2, -2};
18-
std::array<int, 5> keybinds5kalt = {-2, -2, -2, -2, -2};
18+
std::array<int, 5> keybinds5kalt = {49, 50, 51, 52, 53};
1919
std::pair<int, int> strumBinds = {344, 345}; // first is up, second is down
20-
std::pair<int, int> overdriveBinds = {32, -2}; // first is main, second is alt
20+
std::pair<int, int> overdriveBinds = {32, 267}; // first is main, second is alt
2121
int pauseBind = 256;
2222

2323
void SaveToFile(const std::string& filename) const;

0 commit comments

Comments
 (0)