diff options
Diffstat (limited to 'apps/plugins/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index 4e51e3c..f38831e 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -147,6 +147,18 @@ #define PACMAN_MENU (BUTTON_MENU|BUTTON_REL) +#elif CONFIG_KEYPAD == IAUDIO67_PAD + +#define PACMAN_UP BUTTON_STOP +#define PACMAN_DOWN BUTTON_PLAY +#define PACMAN_LEFT BUTTON_LEFT +#define PACMAN_RIGHT BUTTON_RIGHT +#define PACMAN_1UP BUTTON_VOLDOWN +#define PACMAN_2UP BUTTON_VOLUP +#define PACMAN_COIN_PRE BUTTON_MENU +#define PACMAN_COIN (BUTTON_MENU | BUTTON_PLAY) +#define PACMAN_MENU BUTTON_POWER + #else #error Keymap not defined! |