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 070bdb199f..50aa99b2ae 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2511,6 +2511,12 @@ CONFIG_KEYPAD == MROBE500_PAD
2511#define MP3ENC_DONE BUTTON_REC 2511#define MP3ENC_DONE BUTTON_REC
2512#define MP3ENC_SELECT BUTTON_OK 2512#define MP3ENC_SELECT BUTTON_OK
2513 2513
2514#elif CONFIG_KEYPAD == MPIO_HD200_PAD
2515#define MP3ENC_PREV BUTTON_PREV
2516#define MP3ENC_NEXT BUTTON_NEXT
2517#define MP3ENC_DONE BUTTON_PLAY
2518#define MP3ENC_SELECT BUTTON_SELECT
2519
2514#else 2520#else
2515#error No keymap defined! 2521#error No keymap defined!
2516#endif 2522#endif