summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-13 15:46:34 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-13 15:46:34 +0000
commit841cffab5b825eee3972946725988eb2bca8583d (patch)
tree51dce108d1210a83dd07b947abf1f8e9fd9c9046 /apps/plugins/minesweeper.c
parent1251fa5766d79d97e83d19f1ca3a104e1d8b77a5 (diff)
downloadrockbox-841cffab5b825eee3972946725988eb2bca8583d.tar.gz
rockbox-841cffab5b825eee3972946725988eb2bca8583d.zip
Packard Bell Vibe 500: More plugin keymaps (second portion).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24634 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 1805c2251a..7b26169da7 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -249,6 +249,16 @@ CONFIG_KEYPAD == MROBE500_PAD
249# define MINESWP_DISCOVER BUTTON_REW 249# define MINESWP_DISCOVER BUTTON_REW
250# define MINESWP_INFO BUTTON_FFWD 250# define MINESWP_INFO BUTTON_FFWD
251 251
252#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
253# define MINESWP_LEFT BUTTON_PREV
254# define MINESWP_RIGHT BUTTON_NEXT
255# define MINESWP_UP BUTTON_UP
256# define MINESWP_DOWN BUTTON_DOWN
257# define MINESWP_QUIT BUTTON_REC
258# define MINESWP_TOGGLE BUTTON_PLAY
259# define MINESWP_DISCOVER BUTTON_OK
260# define MINESWP_INFO BUTTON_MENU
261
252#else 262#else
253#error No keymap defined! 263#error No keymap defined!
254#endif 264#endif