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 8350e4e939..55ae5b88c6 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -76,6 +76,17 @@
76#define PACMAN_COIN BUTTON_A 76#define PACMAN_COIN BUTTON_A
77#define PACMAN_MENU BUTTON_MENU 77#define PACMAN_MENU BUTTON_MENU
78 78
79#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
80
81#define PACMAN_UP BUTTON_UP
82#define PACMAN_DOWN BUTTON_DOWN
83#define PACMAN_LEFT BUTTON_LEFT
84#define PACMAN_RIGHT BUTTON_RIGHT
85#define PACMAN_1UP BUTTON_SELECT
86#define PACMAN_2UP BUTTON_POWER
87#define PACMAN_COIN BUTTON_PLAY
88#define PACMAN_MENU BUTTON_MENU
89
79#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD 90#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
80 91
81#define PACMAN_UP BUTTON_RIGHT 92#define PACMAN_UP BUTTON_RIGHT