diff options
author | Robert Menes <rmenes@rockbox.org> | 2009-12-09 18:20:49 +0000 |
---|---|---|
committer | Robert Menes <rmenes@rockbox.org> | 2009-12-09 18:20:49 +0000 |
commit | 9dc1c1a876089392b088a2f2295c7ea5c75e2f6a (patch) | |
tree | f05b505c9cf9315cca4a09bb8cfa0c45a5ec2f54 /apps/plugins/minesweeper.c | |
parent | bafe14db55ec350c2993939ba57e58e1e1037a20 (diff) |
More GoGear SA9200 plugin keymaps, plus a fix on mosaique.
Just pluginlib actions and Doom and I'm DONE!! :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23912 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r-- | apps/plugins/minesweeper.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 7d946b1c5d..4f27af671e 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -224,6 +224,16 @@ enum minesweeper_status { # define MINESWP_DISCOVER BUTTON_SELECT # define MINESWP_INFO BUTTON_MENU +#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD +# define MINESWP_LEFT BUTTON_PREV +# define MINESWP_RIGHT BUTTON_NEXT +# define MINESWP_UP BUTTON_UP +# define MINESWP_DOWN BUTTON_DOWN +# define MINESWP_QUIT BUTTON_POWER +# define MINESWP_TOGGLE BUTTON_RIGHT +# define MINESWP_DISCOVER BUTTON_PLAY +# define MINESWP_INFO BUTTON_MENU + #elif (CONFIG_KEYPAD == ONDAVX747_PAD) || \ CONFIG_KEYPAD == ONDAVX777_PAD || \ CONFIG_KEYPAD == MROBE500_PAD |