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.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 007be361b2..77d2924ebb 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -262,6 +262,19 @@ PLUGIN_HEADER
262#define LABEL_MENU "MENU" 262#define LABEL_MENU "MENU"
263#define LABEL_VOLUME "UP/DOWN" 263#define LABEL_VOLUME "UP/DOWN"
264 264
265#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
266#define VUMETER_QUIT BUTTON_POWER
267#define VUMETER_HELP BUTTON_VIEW
268#define VUMETER_MENU BUTTON_MENU
269#define VUMETER_MENU_EXIT BUTTON_MENU
270#define VUMETER_MENU_EXIT2 BUTTON_POWER
271#define VUMETER_UP BUTTON_UP
272#define VUMETER_DOWN BUTTON_DOWN
273#define LABEL_HELP "VIEW"
274#define LABEL_QUIT "POWER"
275#define LABEL_MENU "MENU"
276#define LABEL_VOLUME "UP/DOWN"
277
265#else 278#else
266#error No keymap defined! 279#error No keymap defined!
267#endif 280#endif