From b3e5b2097f217743e18f937a95be26b34f64c4a2 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 2 Oct 2011 16:20:53 +0000 Subject: fuze+: add minesweeper keymap git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30667 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'apps') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 5b5b422e08..c63acf547c 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -287,6 +287,16 @@ CONFIG_KEYPAD == MROBE500_PAD # define MINESWP_DISCOVER BUTTON_FF # define MINESWP_INFO BUTTON_REW +#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD +# define MINESWP_LEFT BUTTON_LEFT +# define MINESWP_RIGHT BUTTON_RIGHT +# define MINESWP_UP BUTTON_UP +# define MINESWP_DOWN BUTTON_DOWN +# define MINESWP_QUIT BUTTON_POWER +# define MINESWP_TOGGLE BUTTON_SELECT +# define MINESWP_DISCOVER BUTTON_PLAYPAUSE +# define MINESWP_INFO BUTTON_BACK + #else #error No keymap defined! #endif -- cgit v1.2.3