summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-10-02 16:20:53 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-10-02 16:20:53 +0000
commitb3e5b2097f217743e18f937a95be26b34f64c4a2 (patch)
treea18b662fe7fa137bc10c93b720bef3051348917b /apps/plugins
parentfde1a1d69e5c32a8ca12f5c782eab4b7b447794e (diff)
downloadrockbox-b3e5b2097f217743e18f937a95be26b34f64c4a2.zip
rockbox-b3e5b2097f217743e18f937a95be26b34f64c4a2.tar.gz
rockbox-b3e5b2097f217743e18f937a95be26b34f64c4a2.tar.bz2
rockbox-b3e5b2097f217743e18f937a95be26b34f64c4a2.tar.xz
fuze+: add minesweeper keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30667 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-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 5b5b422..c63acf5 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -287,6 +287,16 @@ CONFIG_KEYPAD == MROBE500_PAD
# define MINESWP_DISCOVER BUTTON_FF
# define MINESWP_INFO BUTTON_REW
+#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_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_SELECT
+# define MINESWP_DISCOVER BUTTON_PLAYPAUSE
+# define MINESWP_INFO BUTTON_BACK
+
#else
#error No keymap defined!
#endif