From 841cffab5b825eee3972946725988eb2bca8583d Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Sat, 13 Feb 2010 15:46:34 +0000 Subject: Packard Bell Vibe 500: More plugin keymaps (second portion). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24634 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'apps/plugins/minesweeper.c') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 1805c2251a..7b26169da7 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -249,6 +249,16 @@ CONFIG_KEYPAD == MROBE500_PAD # define MINESWP_DISCOVER BUTTON_REW # define MINESWP_INFO BUTTON_FFWD +#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) +# define MINESWP_LEFT BUTTON_PREV +# define MINESWP_RIGHT BUTTON_NEXT +# define MINESWP_UP BUTTON_UP +# define MINESWP_DOWN BUTTON_DOWN +# define MINESWP_QUIT BUTTON_REC +# define MINESWP_TOGGLE BUTTON_PLAY +# define MINESWP_DISCOVER BUTTON_OK +# define MINESWP_INFO BUTTON_MENU + #else #error No keymap defined! #endif -- cgit v1.2.3