From 7074a64d8aa7030543832ab2e59885fd16e34adb Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Sun, 14 Feb 2010 21:56:53 +0000 Subject: Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for the target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24658 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pacbox/pacbox.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'apps/plugins/pacbox/pacbox.h') diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index 203c0f5836..993848b9aa 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -221,6 +221,17 @@ #define PACMAN_COIN BUTTON_FFWD #define PACMAN_MENU BUTTON_PLAY +#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD + +#define PACMAN_UP BUTTON_UP +#define PACMAN_DOWN BUTTON_DOWN +#define PACMAN_LEFT BUTTON_PREV +#define PACMAN_RIGHT BUTTON_NEXT +#define PACMAN_1UP BUTTON_PLAY +#define PACMAN_2UP BUTTON_REC +#define PACMAN_COIN BUTTON_OK +#define PACMAN_MENU BUTTON_MENU + #else #error Keymap not defined! -- cgit