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 c9be9e4260..e86e74f408 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2550,6 +2550,12 @@ CONFIG_KEYPAD == MROBE500_PAD
2550#define MP3ENC_DONE BUTTON_POWER 2550#define MP3ENC_DONE BUTTON_POWER
2551#define MP3ENC_SELECT BUTTON_MENU 2551#define MP3ENC_SELECT BUTTON_MENU
2552 2552
2553#elif (CONFIG_KEYPAD == AGPTEK_ROCKER_PAD)
2554#define MP3ENC_PREV BUTTON_LEFT
2555#define MP3ENC_NEXT BUTTON_RIGHT
2556#define MP3ENC_DONE BUTTON_POWER
2557#define MP3ENC_SELECT BUTTON_SELECT
2558
2553#else 2559#else
2554#error No keymap defined! 2560#error No keymap defined!
2555#endif 2561#endif