From 450a4e438085972eaffe94b706c427fafced822c Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Tue, 2 Nov 2010 10:58:08 +0000 Subject: Commit a few more GoGear HDD6330 keymaps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28445 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pacbox/pacbox.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'apps/plugins/pacbox/pacbox.h') diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index f4cc738b02..a15aef7a10 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -192,6 +192,17 @@ #define PACMAN_COIN BUTTON_VIEW #define PACMAN_MENU BUTTON_MENU +#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD + +#define PACMAN_UP BUTTON_NEXT +#define PACMAN_DOWN BUTTON_PREV +#define PACMAN_LEFT BUTTON_UP +#define PACMAN_RIGHT BUTTON_DOWN +#define PACMAN_1UP BUTTON_VOL_UP +#define PACMAN_2UP BUTTON_DOWN +#define PACMAN_COIN BUTTON_RIGHT +#define PACMAN_MENU BUTTON_MENU + #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD #define PACMAN_UP BUTTON_UP -- cgit v1.2.3