diff options
Diffstat (limited to 'apps/plugins/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index f4cc738..a15aef7 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 |