summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-04-26 21:40:00 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-04-26 21:40:00 +0000
commitb09d3aec392538ca0934644ff6357c41aaa4c323 (patch)
tree0603cf4ef59e84ee4e0c172e3b418d8dccac664c /apps/plugins/minesweeper.c
parentfa5cd0d3bf744f75be0593a7e2c2083810f16c21 (diff)
downloadrockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.tar.gz
rockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.zip
Add MPIO HD200 port - changed files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c10
1 files changed, 10 insertions, 0 deletions
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
259# define MINESWP_DISCOVER BUTTON_OK 259# define MINESWP_DISCOVER BUTTON_OK
260# define MINESWP_INFO BUTTON_MENU 260# define MINESWP_INFO BUTTON_MENU
261 261
262#elif CONFIG_KEYPAD == MPIO_HD200_PAD
263# define MINESWP_LEFT BUTTON_VOL_DOWN
264# define MINESWP_RIGHT BUTTON_VOL_UP
265# define MINESWP_UP BUTTON_PREV
266# define MINESWP_DOWN BUTTON_NEXT
267# define MINESWP_QUIT (BUTTON_REC|BUTTON_PLAY)
268# define MINESWP_TOGGLE BUTTON_PLAY
269# define MINESWP_DISCOVER BUTTON_SELECT
270# define MINESWP_INFO BUTTON_REC
271
262#else 272#else
263#error No keymap defined! 273#error No keymap defined!
264#endif 274#endif