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

@ -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 */