diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index cb1a035678..bd6a3e3904 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -316,6 +316,17 @@ #define LABEL_MENU "MENU" #define LABEL_VOLUME "UP/DOWN" +#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD +#define VUMETER_QUIT BUTTON_POWER +#define VUMETER_HELP BUTTON_PLAYPAUSE +#define VUMETER_MENU BUTTON_BACK +#define VUMETER_UP BUTTON_UP +#define VUMETER_DOWN BUTTON_DOWN +#define LABEL_HELP "PLAY" +#define LABEL_QUIT "POWER" +#define LABEL_MENU "BACK" +#define LABEL_VOLUME "UP/DOWN" + #else #error No keymap defined! #endif