summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox')
-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 ac13e24d2c..85ec648a7a 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_SA9200_PAD
196
197#define PACMAN_UP BUTTON_UP
198#define PACMAN_DOWN BUTTON_DOWN
199#define PACMAN_LEFT BUTTON_PREV
200#define PACMAN_RIGHT BUTTON_NEXT
201#define PACMAN_1UP BUTTON_VOL_UP
202#define PACMAN_2UP BUTTON_VOL_DOWN
203#define PACMAN_COIN BUTTON_RIGHT
204#define PACMAN_MENU BUTTON_MENU
205
195#elif CONFIG_KEYPAD == ONDAVX747_PAD 206#elif CONFIG_KEYPAD == ONDAVX747_PAD
196 207
197#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL) 208#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL)