From a256878e773000c2ac6e070b3ce115a0363ebea7 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 25 Oct 2007 07:44:56 +0000 Subject: enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usable though, mpegplayer data aborts) fix the config which should have been done a few commits ago git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15296 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/mpegplayer.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/mpegplayer/mpegplayer.c') diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c index 770abf95ca..aed96d6af9 100644 --- a/apps/plugins/mpegplayer/mpegplayer.c +++ b/apps/plugins/mpegplayer/mpegplayer.c @@ -162,6 +162,13 @@ PLUGIN_IRAM_DECLARE #define MPEG_VOLDOWN BUTTON_VOL_DOWN #define MPEG_VOLUP BUTTON_VOL_UP +#elif CONFIG_KEYPAD == MROBE500_PAD +#define MPEG_MENU BUTTON_RC_HEART +#define MPEG_STOP BUTTON_POWER +#define MPEG_PAUSE BUTTON_TOUCHPAD +#define MPEG_VOLDOWN BUTTON_RC_VOL_DOWN +#define MPEG_VOLUP BUTTON_RC_VOL_UP + #else #error MPEGPLAYER: Unsupported keypad #endif -- cgit v1.2.3