summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-04-21 04:24:16 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-04-21 04:24:16 +0000
commit4855006aabd7243ff30903b126560f7790dd74dd (patch)
treeb5de56a3da7e0e1e8f16f042c2b3723a940e4e09 /apps/plugins/minesweeper.c
parent7f94a9d02f92e09cc775d423caea5f923e017ce3 (diff)
downloadrockbox-4855006aabd7243ff30903b126560f7790dd74dd.tar.gz
rockbox-4855006aabd7243ff30903b126560f7790dd74dd.zip
Add initial plugin keymaps for M:robe 500
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20765 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index e4eaacbbdc..a21efeec76 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -224,7 +224,7 @@ enum minesweeper_status {
224# define MINESWP_DISCOVER BUTTON_SELECT 224# define MINESWP_DISCOVER BUTTON_SELECT
225# define MINESWP_INFO BUTTON_MENU 225# define MINESWP_INFO BUTTON_MENU
226 226
227#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 227#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || CONFIG_KEYPAD == MROBE500_PAD
228# define MINESWP_QUIT BUTTON_POWER 228# define MINESWP_QUIT BUTTON_POWER
229 229
230#else 230#else