From b09d3aec392538ca0934644ff6357c41aaa4c323 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 26 Apr 2010 21:40:00 +0000 Subject: Add MPIO HD200 port - changed files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 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 7b26169da7..dbf3271353 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -259,6 +259,16 @@ CONFIG_KEYPAD == MROBE500_PAD # define MINESWP_DISCOVER BUTTON_OK # define MINESWP_INFO BUTTON_MENU +#elif CONFIG_KEYPAD == MPIO_HD200_PAD +# define MINESWP_LEFT BUTTON_VOL_DOWN +# define MINESWP_RIGHT BUTTON_VOL_UP +# define MINESWP_UP BUTTON_PREV +# define MINESWP_DOWN BUTTON_NEXT +# define MINESWP_QUIT (BUTTON_REC|BUTTON_PLAY) +# define MINESWP_TOGGLE BUTTON_PLAY +# define MINESWP_DISCOVER BUTTON_SELECT +# define MINESWP_INFO BUTTON_REC + #else #error No keymap defined! #endif -- cgit v1.2.3