summaryrefslogtreecommitdiff
path: root/apps/plugins/logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r--apps/plugins/logo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index f3a875ff14..2456704bd1 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -170,6 +170,13 @@ const unsigned char rockbox16x7[] = {
170#elif CONFIG_KEYPAD == ONDAVX747_PAD 170#elif CONFIG_KEYPAD == ONDAVX747_PAD
171#define LP_QUIT BUTTON_POWER 171#define LP_QUIT BUTTON_POWER
172 172
173#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
174#define LP_QUIT BUTTON_PLAY
175#define LP_DEC_X BUTTON_LEFT
176#define LP_INC_X BUTTON_RIGHT
177#define LP_DEC_Y BUTTON_DOWN
178#define LP_INC_Y BUTTON_UP
179
173#else 180#else
174#define LP_QUIT BUTTON_OFF 181#define LP_QUIT BUTTON_OFF
175#define LP_DEC_X BUTTON_LEFT 182#define LP_DEC_X BUTTON_LEFT