From 59ba8fea22dad7c998fe515dafeb15b0e91ddbc0 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Tue, 2 Nov 2010 10:44:34 +0000 Subject: MPIO HD200: rename button defines to adhere how they are labeled on the device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins/minesweeper.c') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 3925c2c7bc..1153972ccb 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -260,11 +260,11 @@ CONFIG_KEYPAD == MROBE500_PAD #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_UP BUTTON_REW +# define MINESWP_DOWN BUTTON_FF # define MINESWP_QUIT (BUTTON_REC|BUTTON_PLAY) # define MINESWP_TOGGLE BUTTON_PLAY -# define MINESWP_DISCOVER BUTTON_SELECT +# define MINESWP_DISCOVER BUTTON_FUNC # define MINESWP_INFO BUTTON_REC #else -- cgit v1.2.3