diff options
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r-- | apps/plugins/logo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index d651c2f634..be163f566e 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -123,7 +123,8 @@ const unsigned char rockbox16x7[] = { #elif CONFIG_KEYPAD == MROBE500_PAD #define LP_QUIT BUTTON_POWER -#elif CONFIG_KEYPAD == GIGABEAT_S_PAD +#elif CONFIG_KEYPAD == GIGABEAT_S_PAD || \ + CONFIG_KEYPAD == SAMSUNG_YPR0_PAD #define LP_QUIT BUTTON_BACK #define LP_DEC_X BUTTON_LEFT #define LP_INC_X BUTTON_RIGHT |