Make buttons visible on Gabbro

This commit is contained in:
2026-07-17 00:42:07 -04:00
parent 47c5134228
commit 8252e6ef34
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@
const uint16_t UP_Y = 45;
const uint16_t SELECT_Y = 105;
const uint16_t DOWN_Y = 165;
#elif PBL_PLATFORM_GABBRO // TODO Improve button positions (validate against official)
const uint16_t UP_Y = 90;
const uint16_t SELECT_Y = 121;
const uint16_t DOWN_Y = 160;
#else
const uint16_t UP_Y = 50;
const uint16_t SELECT_Y = 90;