diff options
Diffstat (limited to 'apps/plugins/mp3_encoder.c')
| -rw-r--r-- | apps/plugins/mp3_encoder.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/mp3_encoder.c b/apps/plugins/mp3_encoder.c index 884a3b0..c9be9e4 100644 --- a/apps/plugins/mp3_encoder.c +++ b/apps/plugins/mp3_encoder.c @@ -2546,6 +2546,10 @@ CONFIG_KEYPAD == MROBE500_PAD #define MP3ENC_DONE BUTTON_POWER #define MP3ENC_SELECT BUTTON_PLAY +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD +#define MP3ENC_DONE BUTTON_POWER +#define MP3ENC_SELECT BUTTON_MENU + #else #error No keymap defined! #endif |