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 e86e74f408..9e09135385 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2556,6 +2556,12 @@ CONFIG_KEYPAD == MROBE500_PAD
2556#define MP3ENC_DONE BUTTON_POWER 2556#define MP3ENC_DONE BUTTON_POWER
2557#define MP3ENC_SELECT BUTTON_SELECT 2557#define MP3ENC_SELECT BUTTON_SELECT
2558 2558
2559#elif CONFIG_KEYPAD == XDUOO_X3_PAD
2560#define MP3ENC_PREV BUTTON_HOME
2561#define MP3ENC_NEXT BUTTON_OPTION
2562#define MP3ENC_DONE BUTTON_POWER
2563#define MP3ENC_SELECT BUTTON_PLAY
2564
2559#else 2565#else
2560#error No keymap defined! 2566#error No keymap defined!
2561#endif 2567#endif