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 bd6c667873..458f124854 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2322,6 +2322,13 @@ void get_mp3_filename(char *wav_name)
2322#define MP3ENC_NEXT BUTTON_DOWN 2322#define MP3ENC_NEXT BUTTON_DOWN
2323#define MP3ENC_DONE BUTTON_BACK 2323#define MP3ENC_DONE BUTTON_BACK
2324#define MP3ENC_SELECT BUTTON_SELECT 2324#define MP3ENC_SELECT BUTTON_SELECT
2325#elif CONFIG_KEYPAD == MROBE100_PAD
2326#define MP3ENC_PREV BUTTON_UP
2327#define MP3ENC_NEXT BUTTON_DOWN
2328#define MP3ENC_DONE BUTTON_POWER
2329#define MP3ENC_SELECT BUTTON_SELECT
2330#else
2331#error No keymap defined!
2325#endif 2332#endif
2326 2333
2327enum plugin_status plugin_start(struct plugin_api* api, void* parameter) 2334enum plugin_status plugin_start(struct plugin_api* api, void* parameter)