From c638e96738d97f83c3967d72c1a03609ca2f7c5f Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Wed, 3 Nov 2010 02:45:53 +0000 Subject: These should be the last of the plugin keymaps required for the GoGear HDD6330. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28467 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/vu_meter.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'apps/plugins/vu_meter.c') diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index 4da4011181..08c88169be 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -236,6 +236,17 @@ #define LABEL_MENU "MENU" #define LABEL_VOLUME "UP/DOWN" +#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD +#define VUMETER_QUIT BUTTON_POWER +#define VUMETER_HELP BUTTON_NEXT +#define VUMETER_MENU BUTTON_MENU +#define VUMETER_UP BUTTON_UP +#define VUMETER_DOWN BUTTON_DOWN +#define LABEL_HELP "NEXT" +#define LABEL_QUIT "QUIT" +#define LABEL_MENU "MENU" +#define LABEL_VOLUME "UP/DOWN" + #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD #define VUMETER_QUIT BUTTON_POWER #define VUMETER_HELP BUTTON_RIGHT -- cgit v1.2.3