From 01377e2e5791ae72f112c722405efb6e12e00db5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Jun 2005 12:47:24 +0000 Subject: Hristo Kovachev's keypad fixes for the H300 build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6912 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/minesweeper.c') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 18b57c4..907aaf7 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -57,7 +57,8 @@ use F3 to see how many mines are left (supposing all your flags are correct) #define MINESWP_DISCOVER (BUTTON_MENU | BUTTON_REPEAT) #define MINESWP_INFO (BUTTON_MENU | BUTTON_OFF) -#elif CONFIG_KEYPAD == IRIVER_H100_PAD +#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || \ + (CONFIG_KEYPAD == IRIVER_H300_PAD) #define MINESWP_QUIT BUTTON_OFF #define MINESWP_START BUTTON_SELECT #define MINESWP_TOGGLE BUTTON_SELECT -- cgit v1.1