mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix red introduced from keymap typos
Change-Id: Ia2094eab6fe48b8fa1b313c7548e5e02d630327f
This commit is contained in:
parent
2a471e288c
commit
a5add3982b
3 changed files with 17 additions and 11 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue