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 ac6a0baf73..a70e316f06 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -2507,6 +2507,12 @@ CONFIG_KEYPAD == MROBE500_PAD
2507#define MP3ENC_DONE BUTTON_PLAYPAUSE 2507#define MP3ENC_DONE BUTTON_PLAYPAUSE
2508#define MP3ENC_SELECT BUTTON_SELECT 2508#define MP3ENC_SELECT BUTTON_SELECT
2509 2509
2510#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
2511#define MP3ENC_PREV BUTTON_PREV
2512#define MP3ENC_NEXT BUTTON_NEXT
2513#define MP3ENC_DONE BUTTON_DOWN
2514#define MP3ENC_SELECT BUTTON_SELECT
2515
2510#else 2516#else
2511#error No keymap defined! 2517#error No keymap defined!
2512#endif 2518#endif