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 203c0f5836..993848b9aa 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -221,6 +221,17 @@
221#define PACMAN_COIN BUTTON_FFWD 221#define PACMAN_COIN BUTTON_FFWD
222#define PACMAN_MENU BUTTON_PLAY 222#define PACMAN_MENU BUTTON_PLAY
223 223
224#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
225
226#define PACMAN_UP BUTTON_UP
227#define PACMAN_DOWN BUTTON_DOWN
228#define PACMAN_LEFT BUTTON_PREV
229#define PACMAN_RIGHT BUTTON_NEXT
230#define PACMAN_1UP BUTTON_PLAY
231#define PACMAN_2UP BUTTON_REC
232#define PACMAN_COIN BUTTON_OK
233#define PACMAN_MENU BUTTON_MENU
234
224#else 235#else
225 236
226#error Keymap not defined! 237#error Keymap not defined!