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, 3 insertions, 3 deletions
diff --git a/apps/plugins/mp3_encoder.c b/apps/plugins/mp3_encoder.c
index 5088187b76..caf63432f8 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2463,10 +2463,10 @@ CONFIG_KEYPAD == MROBE500_PAD
2463#define MP3ENC_SELECT BUTTON_OK 2463#define MP3ENC_SELECT BUTTON_OK
2464 2464
2465#elif CONFIG_KEYPAD == MPIO_HD200_PAD 2465#elif CONFIG_KEYPAD == MPIO_HD200_PAD
2466#define MP3ENC_PREV BUTTON_PREV 2466#define MP3ENC_PREV BUTTON_REW
2467#define MP3ENC_NEXT BUTTON_NEXT 2467#define MP3ENC_NEXT BUTTON_FF
2468#define MP3ENC_DONE BUTTON_PLAY 2468#define MP3ENC_DONE BUTTON_PLAY
2469#define MP3ENC_SELECT BUTTON_SELECT 2469#define MP3ENC_SELECT BUTTON_FUNC
2470 2470
2471#else 2471#else
2472#error No keymap defined! 2472#error No keymap defined!