From 841cffab5b825eee3972946725988eb2bca8583d Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Sat, 13 Feb 2010 15:46:34 +0000 Subject: Packard Bell Vibe 500: More plugin keymaps (second portion). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24634 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/superdom.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/plugins/superdom.c') diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c index f38db8d1f4..0018b9c91f 100644 --- a/apps/plugins/superdom.c +++ b/apps/plugins/superdom.c @@ -158,6 +158,14 @@ char buf[255]; #define SUPERDOM_RIGHT BUTTON_RIGHT #define SUPERDOM_CANCEL BUTTON_REW +#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD +#define SUPERDOM_OK BUTTON_OK +#define SUPERDOM_UP BUTTON_UP +#define SUPERDOM_DOWN BUTTON_DOWN +#define SUPERDOM_LEFT BUTTON_PREV +#define SUPERDOM_RIGHT BUTTON_NEXT +#define SUPERDOM_CANCEL BUTTON_CANCEL + #endif #ifdef HAVE_TOUCHSCREEN -- cgit v1.2.3