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 f3473c84d7..7cf5a5f00c 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -283,6 +283,17 @@ PLUGIN_HEADER
283#define LABEL_MENU "MENU" 283#define LABEL_MENU "MENU"
284#define LABEL_VOLUME "UP/DOWN" 284#define LABEL_VOLUME "UP/DOWN"
285 285
286#elif CONFIG_KEYPAD == MPIO_HD200_PAD
287#define VUMETER_QUIT (BUTTON_REC|BUTTON_PLAY)
288#define VUMETER_HELP BUTTON_PLAY
289#define VUMETER_MENU BUTTON_SELECT
290#define VUMETER_UP BUTTON_VOL_UP
291#define VUMETER_DOWN BUTTON_VOL_DOWN
292#define LABEL_HELP "PLAY"
293#define LABEL_QUIT "MENU"
294#define LABEL_MENU "SELECT"
295#define LABEL_VOLUME "UP/DOWN"
296
286#else 297#else
287#error No keymap defined! 298#error No keymap defined!
288#endif 299#endif