summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.c')
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c
index fd6d3dbd1a..cb8c0d2133 100644
--- a/apps/plugins/mpegplayer/mpegplayer.c
+++ b/apps/plugins/mpegplayer/mpegplayer.c
@@ -231,6 +231,15 @@ PLUGIN_IRAM_DECLARE
231#define MPEG_VOLDOWN BUTTON_MINUS 231#define MPEG_VOLDOWN BUTTON_MINUS
232#define MPEG_VOLUP BUTTON_PLUS 232#define MPEG_VOLUP BUTTON_PLUS
233 233
234#elif CONFIG_KEYPAD == IAUDIO67_PAD
235#define MPEG_MENU BUTTON_MENU
236#define MPEG_STOP BUTTON_STOP
237#define MPEG_PAUSE BUTTON_PLAY
238#define MPEG_VOLDOWN BUTTON_VOLDOWN
239#define MPEG_VOLUP BUTTON_VOLUP
240#define MPEG_RW BUTTON_LEFT
241#define MPEG_FF BUTTON_RIGHT
242
234#else 243#else
235#error No keymap defined! 244#error No keymap defined!
236#endif 245#endif