diff options
Diffstat (limited to 'apps/plugins/mpegplayer')
| -rw-r--r-- | apps/plugins/mpegplayer/mpegplayer.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c index 67569a7..3e9dd48 100644 --- a/apps/plugins/mpegplayer/mpegplayer.c +++ b/apps/plugins/mpegplayer/mpegplayer.c @@ -71,6 +71,11 @@ static int total_offset = 0; #define MPEG_STOP BUTTON_POWER #define MPEG_PAUSE BUTTON_PLAY +#elif CONFIG_KEYPAD == SANSA_E200_PAD +#define MPEG_MENU BUTTON_SELECT +#define MPEG_STOP BUTTON_POWER +#define MPEG_PAUSE BUTTON_UP + #else #error MPEGPLAYER: Unsupported keypad #endif |