summaryrefslogtreecommitdiff
path: root/apps/plugins/mp3_encoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mp3_encoder.c')
-rw-r--r--apps/plugins/mp3_encoder.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/mp3_encoder.c b/apps/plugins/mp3_encoder.c
index 1326d4484d..7b3c18bea2 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2534,6 +2534,13 @@ CONFIG_KEYPAD == MROBE500_PAD
2534#define MP3ENC_DONE BUTTON_DOWN 2534#define MP3ENC_DONE BUTTON_DOWN
2535#define MP3ENC_SELECT BUTTON_PLAY 2535#define MP3ENC_SELECT BUTTON_PLAY
2536 2536
2537#elif (CONFIG_KEYPAD == CREATIVE_ZEN_PAD)
2538#define MP3ENC_PREV BUTTON_LEFT
2539#define MP3ENC_NEXT BUTTON_RIGHT
2540#define MP3ENC_DONE BUTTON_PLAYPAUSE
2541#define MP3ENC_SELECT BUTTON_SELECT
2542
2543
2537#else 2544#else
2538#error No keymap defined! 2545#error No keymap defined!
2539#endif 2546#endif