diff options
author | Robert Menes <rmenes@rockbox.org> | 2010-11-03 02:45:53 +0000 |
---|---|---|
committer | Robert Menes <rmenes@rockbox.org> | 2010-11-03 02:45:53 +0000 |
commit | c638e96738d97f83c3967d72c1a03609ca2f7c5f (patch) | |
tree | 6ffadb68e4b0e341a2c54978c955df126d2a5479 /apps/plugins/minesweeper.c | |
parent | 63f68b482ac794e4ee177e30ec83eb7038e5fba5 (diff) |
These should be the last of the plugin keymaps required
for the GoGear HDD6330.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28467 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 1153972ccb..bc9d102236 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -222,6 +222,16 @@ enum minesweeper_status { # define MINESWP_DISCOVER BUTTON_SELECT # define MINESWP_INFO BUTTON_MENU +#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD +# define MINESWP_LEFT BUTTON_LEFT +# define MINESWP_RIGHT BUTTON_RIGHT +# define MINESWP_UP BUTTON_UP +# define MINESWP_DOWN BUTTON_DOWN +# define MINESWP_QUIT BUTTON_POWER +# define MINESWP_TOGGLE BUTTON_NEXT +# define MINESWP_DISCOVER BUTTON_PLAY +# define MINESWP_INFO BUTTON_MENU + #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD # define MINESWP_LEFT BUTTON_PREV # define MINESWP_RIGHT BUTTON_NEXT |