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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 1854006a91..5da7a8b099 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -328,6 +328,9 @@
328#define PACMAN_1UP BUTTON_SELECT 328#define PACMAN_1UP BUTTON_SELECT
329#define PACMAN_COIN BUTTON_PLAYPAUSE 329#define PACMAN_COIN BUTTON_PLAYPAUSE
330 330
331#elif CONFIG_KEYPAD == DX50_PAD
332#define PACMAN_MENU BUTTON_POWER
333
331#else 334#else
332 335
333#error Keymap not defined! 336#error Keymap not defined!