summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox')
-rw-r--r--apps/plugins/pacbox/pacbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index d91e8cf98f..593179c44e 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -192,6 +192,10 @@
192#define PACMAN_COIN BUTTON_VIEW 192#define PACMAN_COIN BUTTON_VIEW
193#define PACMAN_MENU BUTTON_MENU 193#define PACMAN_MENU BUTTON_MENU
194 194
195#elif CONFIG_KEYPAD == ONDAVX747_PAD
196
197#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL)
198
195#else 199#else
196 200
197#error Keymap not defined! 201#error Keymap not defined!