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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 9c4c305539..5eb9103d90 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -354,6 +354,15 @@
354#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD 354#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
355#define PACMAN_MENU BUTTON_MENU 355#define PACMAN_MENU BUTTON_MENU
356 356
357#elif CONFIG_KEYPAD == AGPTEK_ROCKER_PAD
358#define PACMAN_UP BUTTON_UP
359#define PACMAN_DOWN BUTTON_DOWN
360#define PACMAN_LEFT BUTTON_LEFT
361#define PACMAN_RIGHT BUTTON_RIGHT
362#define PACMAN_MENU BUTTON_POWER
363#define PACMAN_1UP BUTTON_VOLUP
364#define PACMAN_COIN BUTTON_VOLDOWN
365
357#else 366#else
358 367
359#error Keymap not defined! 368#error Keymap not defined!