forked from len0rd/rockbox
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
|
@ -351,7 +351,11 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define DOWN BUTTON_NEXT
|
||||
#define PAUSE BUTTON_PLAY
|
||||
|
||||
#elif defined(HAVE_TOUCHSCREEN)
|
||||
#else
|
||||
#error "No keymap defined!"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_TOUCHSCREEN)
|
||||
#ifndef QUIT
|
||||
#define QUIT BUTTON_TOPLEFT
|
||||
#endif
|
||||
|
@ -370,8 +374,6 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#ifndef PAUSE
|
||||
#define PAUSE BUTTON_CENTER
|
||||
#endif
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
||||
#define MOVE_NO 0 /* player movement */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue