From 338e2bbb0c6673452c64378ef9e609d5c19c7558 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Fri, 24 Feb 2006 15:42:52 +0000 Subject: first gigabeat commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/plugins/minesweeper.c') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 149bf92..fd4507f 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -89,6 +89,15 @@ PLUGIN_HEADER #define MINESWP_DISCOVER BUTTON_SELECT #define MINESWP_INFO (BUTTON_REC | BUTTON_PLAY) +#elif (CONFIG_KEYPAD == GIGABEAT_PAD) +#define MINESWP_UP BUTTON_UP +#define MINESWP_DOWN BUTTON_DOWN +#define MINESWP_QUIT BUTTON_A +#define MINESWP_START BUTTON_SELECT +#define MINESWP_TOGGLE BUTTON_SELECT +#define MINESWP_DISCOVER BUTTON_POWER +#define MINESWP_INFO BUTTON_MENU + #endif /* here is a global api struct pointer. while not strictly necessary, -- cgit v1.1