summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox.h')
-rw-r--r--apps/plugins/pacbox/pacbox.h11
1 files changed, 11 insertions, 0 deletions
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 @@
192#define PACMAN_COIN BUTTON_VIEW 192#define PACMAN_COIN BUTTON_VIEW
193#define PACMAN_MENU BUTTON_MENU 193#define PACMAN_MENU BUTTON_MENU
194 194
195#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
196
197#define PACMAN_UP BUTTON_NEXT
198#define PACMAN_DOWN BUTTON_PREV
199#define PACMAN_LEFT BUTTON_UP
200#define PACMAN_RIGHT BUTTON_DOWN
201#define PACMAN_1UP BUTTON_VOL_UP
202#define PACMAN_2UP BUTTON_DOWN
203#define PACMAN_COIN BUTTON_RIGHT
204#define PACMAN_MENU BUTTON_MENU
205
195#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD 206#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
196 207
197#define PACMAN_UP BUTTON_UP 208#define PACMAN_UP BUTTON_UP