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 f15269689a..d6b926b585 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -295,6 +295,9 @@ struct mpeg_settings settings;
295#define MPEG_START_TIME_UP BUTTON_VOL_UP 295#define MPEG_START_TIME_UP BUTTON_VOL_UP
296#define MPEG_START_TIME_DOWN BUTTON_VOL_DOWN 296#define MPEG_START_TIME_DOWN BUTTON_VOL_DOWN
297 297
298#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
299#define MPEG_START_TIME_EXIT BUTTON_POWER
300
298#else 301#else
299#error No keymap defined! 302#error No keymap defined!
300#endif 303#endif