diff options
Diffstat (limited to 'apps/plugins/pacbox/pacbox.h')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index d91e8cf..593179c 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -192,6 +192,10 @@ #define PACMAN_COIN BUTTON_VIEW #define PACMAN_MENU BUTTON_MENU +#elif CONFIG_KEYPAD == ONDAVX747_PAD + +#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL) + #else #error Keymap not defined! |