diff options
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r-- | apps/plugins/vu_meter.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index 222b57d792..12cc127002 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -403,6 +403,12 @@ #define LABEL_QUIT "Power" #define LABEL_MENU "Play" +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD +#define VUMETER_QUIT BUTTON_POWER +#define VUMETER_MENU BUTTON_MENU +#define LABEL_QUIT "Power" +#define LABEL_MENU "Menu" + #else #error No keymap defined! #endif |