1
0
Fork 0
forked from len0rd/rockbox

Fix red introduced from keymap typos

Change-Id: Ia2094eab6fe48b8fa1b313c7548e5e02d630327f
This commit is contained in:
Solomon Peachy 2020-10-11 17:20:22 -04:00
parent 2a471e288c
commit a5add3982b
3 changed files with 17 additions and 11 deletions

View file

@ -711,7 +711,11 @@ CONFIG_KEYPAD == MROBE500_PAD
#define LVL_UP_TEXT "VOL+"
#define LVL_DOWN_TEXT "VOL-"
#elif defined(HAVE_TOUCHSCREEN)
#else
#error "Unsupported keymap!"
#endif
#if defined(HAVE_TOUCHSCREEN)
#ifndef PEGBOX_QUIT
#define PEGBOX_QUIT BUTTON_TOPLEFT
#endif
@ -754,8 +758,6 @@ CONFIG_KEYPAD == MROBE500_PAD
#ifndef LVL_DOWN_TEXT
#define LVL_DOWN_TEXT "BOTTOMRIGHT"
#endif
#else
#error Unsupported keymap!
#endif
/* get several sizes from the bitmaps */