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 f38831e608..e84f8d8318 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -159,6 +159,17 @@
159#define PACMAN_COIN (BUTTON_MENU | BUTTON_PLAY) 159#define PACMAN_COIN (BUTTON_MENU | BUTTON_PLAY)
160#define PACMAN_MENU BUTTON_POWER 160#define PACMAN_MENU BUTTON_POWER
161 161
162#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
163
164#define PACMAN_UP BUTTON_UP
165#define PACMAN_DOWN BUTTON_DOWN
166#define PACMAN_LEFT BUTTON_LEFT
167#define PACMAN_RIGHT BUTTON_RIGHT
168#define PACMAN_1UP BUTTON_CUSTOM
169#define PACMAN_2UP BUTTON_SELECT
170#define PACMAN_COIN BUTTON_PLAY
171#define PACMAN_MENU BUTTON_MENU
172
162#else 173#else
163 174
164#error Keymap not defined! 175#error Keymap not defined!