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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 4e51e3c868..f38831e608 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -147,6 +147,18 @@
147 147
148#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL) 148#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL)
149 149
150#elif CONFIG_KEYPAD == IAUDIO67_PAD
151
152#define PACMAN_UP BUTTON_STOP
153#define PACMAN_DOWN BUTTON_PLAY
154#define PACMAN_LEFT BUTTON_LEFT
155#define PACMAN_RIGHT BUTTON_RIGHT
156#define PACMAN_1UP BUTTON_VOLDOWN
157#define PACMAN_2UP BUTTON_VOLUP
158#define PACMAN_COIN_PRE BUTTON_MENU
159#define PACMAN_COIN (BUTTON_MENU | BUTTON_PLAY)
160#define PACMAN_MENU BUTTON_POWER
161
150#else 162#else
151 163
152#error Keymap not defined! 164#error Keymap not defined!