fix upright button mapping scroll buttons inverted

This commit is contained in:
true 2024-10-26 20:58:59 -07:00
parent 236359d7e2
commit 917d2b4361
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ uint8_t btn_held;
static uint8_t btn_map_upr[BTN_COUNT] = {3, 0, 1, 2, 4}; // bot left, top left, bot right, top right
static uint8_t btn_map_rot[BTN_COUNT] = {2, 1, 3, 0, 4};
static uint8_t btn_map_upr[BTN_COUNT] = {0, 3, 1, 2, 4}; // bot left, top left, bot right, top right
static uint8_t btn_map_rot[BTN_COUNT] = {2, 1, 3, 0, 4}; // bot left, top left, bot right, top right