summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_settings.c')
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c
index 3452903b47..3edb2987a1 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -162,6 +162,9 @@ struct mpeg_settings settings;
162#define MPEG_START_TIME_SCROLL_UP BUTTON_VOL_UP 162#define MPEG_START_TIME_SCROLL_UP BUTTON_VOL_UP
163#define MPEG_START_TIME_EXIT BUTTON_POWER 163#define MPEG_START_TIME_EXIT BUTTON_POWER
164 164
165#elif CONFIG_KEYPAD == ONDAVX747_PAD
166#define MPEG_START_TIME_EXIT BUTTON_POWER
167
165#else 168#else
166#error No keymap defined! 169#error No keymap defined!
167#endif 170#endif