summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2010-11-03 02:45:53 +0000
committerRobert Menes <rmenes@rockbox.org>2010-11-03 02:45:53 +0000
commitc638e96738d97f83c3967d72c1a03609ca2f7c5f (patch)
tree6ffadb68e4b0e341a2c54978c955df126d2a5479 /apps/plugins/minesweeper.c
parent63f68b482ac794e4ee177e30ec83eb7038e5fba5 (diff)
downloadrockbox-c638e96738d97f83c3967d72c1a03609ca2f7c5f.tar.gz
rockbox-c638e96738d97f83c3967d72c1a03609ca2f7c5f.zip
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.c10
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 {
222# define MINESWP_DISCOVER BUTTON_SELECT 222# define MINESWP_DISCOVER BUTTON_SELECT
223# define MINESWP_INFO BUTTON_MENU 223# define MINESWP_INFO BUTTON_MENU
224 224
225#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
226# define MINESWP_LEFT BUTTON_LEFT
227# define MINESWP_RIGHT BUTTON_RIGHT
228# define MINESWP_UP BUTTON_UP
229# define MINESWP_DOWN BUTTON_DOWN
230# define MINESWP_QUIT BUTTON_POWER
231# define MINESWP_TOGGLE BUTTON_NEXT
232# define MINESWP_DISCOVER BUTTON_PLAY
233# define MINESWP_INFO BUTTON_MENU
234
225#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD 235#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
226# define MINESWP_LEFT BUTTON_PREV 236# define MINESWP_LEFT BUTTON_PREV
227# define MINESWP_RIGHT BUTTON_NEXT 237# define MINESWP_RIGHT BUTTON_NEXT