diff options
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r-- | apps/plugins/logo.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 04c8aa015b..b2320237f9 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -186,6 +186,13 @@ const unsigned char rockbox16x7[] = { #define LP_DEC_Y BUTTON_DOWN #define LP_INC_Y BUTTON_UP +#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD +#define LP_QUIT BUTTON_REC +#define LP_DEC_X BUTTON_PREV +#define LP_INC_X BUTTON_NEXT +#define LP_DEC_Y BUTTON_DOWN +#define LP_INC_Y BUTTON_UP + #else #define LP_QUIT BUTTON_OFF #define LP_DEC_X BUTTON_LEFT |