diff options
| author | Mark Arigo <markarigo@gmail.com> | 2009-01-24 22:41:55 +0000 |
|---|---|---|
| committer | Mark Arigo <markarigo@gmail.com> | 2009-01-24 22:41:55 +0000 |
| commit | 2490262eee17c3dcff0a39fb4011662dfdfc4478 (patch) | |
| tree | 2c68f5903b36e52718f5be53d8504af3e0e03c0c /apps/plugins/vu_meter.c | |
| parent | 74b97fa139339b62813d94610f8d7710357beb08 (diff) | |
| download | rockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.zip rockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.tar.gz rockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.tar.bz2 rockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.tar.xz | |
Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19846 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/vu_meter.c')
| -rw-r--r-- | apps/plugins/vu_meter.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index 007be36..77d2924 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -262,6 +262,19 @@ PLUGIN_HEADER #define LABEL_MENU "MENU" #define LABEL_VOLUME "UP/DOWN" +#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD +#define VUMETER_QUIT BUTTON_POWER +#define VUMETER_HELP BUTTON_VIEW +#define VUMETER_MENU BUTTON_MENU +#define VUMETER_MENU_EXIT BUTTON_MENU +#define VUMETER_MENU_EXIT2 BUTTON_POWER +#define VUMETER_UP BUTTON_UP +#define VUMETER_DOWN BUTTON_DOWN +#define LABEL_HELP "VIEW" +#define LABEL_QUIT "POWER" +#define LABEL_MENU "MENU" +#define LABEL_VOLUME "UP/DOWN" + #else #error No keymap defined! #endif |