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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/mp3_encoder.c b/apps/plugins/mp3_encoder.c
index 244265b250..7c5084529b 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2580,6 +2580,12 @@ CONFIG_KEYPAD == MROBE500_PAD
2580#define MP3ENC_DONE BUTTON_POWER 2580#define MP3ENC_DONE BUTTON_POWER
2581#define MP3ENC_SELECT BUTTON_PLAY 2581#define MP3ENC_SELECT BUTTON_PLAY
2582 2582
2583#elif CONFIG_KEYPAD == FIIO_M3K_PAD
2584#define MP3ENC_PREV BUTTON_LEFT
2585#define MP3ENC_NEXT BUTTON_RIGHT
2586#define MP3ENC_DONE BUTTON_POWER
2587#define MP3ENC_SELECT BUTTON_SELECT
2588
2583#else 2589#else
2584#error No keymap defined! 2590#error No keymap defined!
2585#endif 2591#endif