From 38548c71185a3563b55f43b069fb7b5408691645 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Fri, 2 Nov 2007 05:21:34 +0000 Subject: Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15403 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pacbox/pacbox.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'apps/plugins/pacbox') diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index 0d879fc..ea9fd3c 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -118,6 +118,22 @@ #define PACMAN_COIN BUTTON_FF #define PACMAN_MENU BUTTON_PLAY +#elif CONFIG_KEYPAD == MROBE500_PAD + +#define PACMAN_UP BUTTON_RC_PLAY +#define PACMAN_DOWN BUTTON_RC_DOWN +#define PACMAN_LEFT BUTTON_RC_REW +#define PACMAN_RIGHT BUTTON_RC_FF +#define PACMAN_1UP BUTTON_RC_VOL_DOWN +#define PACMAN_2UP BUTTON_RC_VOL_UP +#define PACMAN_COIN_PRE BUTTON_RC_MODE +#define PACMAN_COIN (BUTTON_RC_MODE | BUTTON_RC_DOWN) +#define PACMAN_MENU BUTTON_POWER + +#else + +#error Keymap not defined! + #endif #if (LCD_HEIGHT >= 288) -- cgit v1.1