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.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 59baa2d5af..db692840ba 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -217,7 +217,14 @@ const unsigned char rockbox16x7[] = {
217#define LP_R_DEC_Y BUTTON_RC_SOURCE 217#define LP_R_DEC_Y BUTTON_RC_SOURCE
218#define LP_R_INC_Y BUTTON_RC_BITRATE 218#define LP_R_INC_Y BUTTON_RC_BITRATE
219 219
220#elif (CONFIG_REMOTE_KEYPAD==MROBE_REMOTE) 220#elif CONFIG_REMOTE_KEYPAD == IAUDIO_REMOTE
221#define LP_R_QUIT BUTTON_RC_REC
222#define LP_R_DEC_X BUTTON_RC_REW
223#define LP_R_INC_X BUTTON_RC_FF
224#define LP_R_DEC_Y BUTTON_RC_VOL_DOWN
225#define LP_R_INC_Y BUTTON_RC_VOL_UP
226
227#elif (CONFIG_REMOTE_KEYPAD == MROBE_REMOTE)
221#define LP_R_QUIT BUTTON_RC_HEART 228#define LP_R_QUIT BUTTON_RC_HEART
222#define LP_R_DEC_X BUTTON_RC_REW 229#define LP_R_DEC_X BUTTON_RC_REW
223#define LP_R_INC_X BUTTON_RC_FF 230#define LP_R_INC_X BUTTON_RC_FF