summaryrefslogtreecommitdiff
path: root/apps/plugins/vu_meter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r--apps/plugins/vu_meter.c11
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 @@
305#define LABEL_MENU "FUNC" 305#define LABEL_MENU "FUNC"
306#define LABEL_VOLUME "UP/DOWN" 306#define LABEL_VOLUME "UP/DOWN"
307 307
308#elif CONFIG_KEYPAD == MPIO_HD300_PAD
309#define VUMETER_QUIT (BUTTON_REC|BUTTON_REPEAT)
310#define VUMETER_HELP BUTTON_PLAY
311#define VUMETER_MENU BUTTON_MENU
312#define VUMETER_UP BUTTON_UP
313#define VUMETER_DOWN BUTTON_DOWN
314#define LABEL_HELP "PLAY"
315#define LABEL_QUIT "REC..."
316#define LABEL_MENU "MENU"
317#define LABEL_VOLUME "UP/DOWN"
318
308#else 319#else
309#error No keymap defined! 320#error No keymap defined!
310#endif 321#endif