diff options
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r-- | apps/plugins/vu_meter.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index 08c88169be..077a6e92f4 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -305,6 +305,17 @@ #define LABEL_MENU "FUNC" #define LABEL_VOLUME "UP/DOWN" +#elif CONFIG_KEYPAD == MPIO_HD300_PAD +#define VUMETER_QUIT (BUTTON_REC|BUTTON_REPEAT) +#define VUMETER_HELP BUTTON_PLAY +#define VUMETER_MENU BUTTON_MENU +#define VUMETER_UP BUTTON_UP +#define VUMETER_DOWN BUTTON_DOWN +#define LABEL_HELP "PLAY" +#define LABEL_QUIT "REC..." +#define LABEL_MENU "MENU" +#define LABEL_VOLUME "UP/DOWN" + #else #error No keymap defined! #endif |