summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox')
-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 9c4c305..5eb9103 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -354,6 +354,15 @@
#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
#define PACMAN_MENU BUTTON_MENU
+#elif CONFIG_KEYPAD == AGPTEK_ROCKER_PAD
+#define PACMAN_UP BUTTON_UP
+#define PACMAN_DOWN BUTTON_DOWN
+#define PACMAN_LEFT BUTTON_LEFT
+#define PACMAN_RIGHT BUTTON_RIGHT
+#define PACMAN_MENU BUTTON_POWER
+#define PACMAN_1UP BUTTON_VOLUP
+#define PACMAN_COIN BUTTON_VOLDOWN
+
#else
#error Keymap not defined!