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 3dfb487653..070bdb199f 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2505,6 +2505,12 @@ CONFIG_KEYPAD == MROBE500_PAD
2505#define MP3ENC_DONE BUTTON_PLAY 2505#define MP3ENC_DONE BUTTON_PLAY
2506#define MP3ENC_SELECT BUTTON_RIGHT 2506#define MP3ENC_SELECT BUTTON_RIGHT
2507 2507
2508#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
2509#define MP3ENC_PREV BUTTON_UP
2510#define MP3ENC_NEXT BUTTON_DOWN
2511#define MP3ENC_DONE BUTTON_REC
2512#define MP3ENC_SELECT BUTTON_OK
2513
2508#else 2514#else
2509#error No keymap defined! 2515#error No keymap defined!
2510#endif 2516#endif