diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-12-12 21:34:21 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-12-12 21:34:21 +0000 |
| commit | 7668e3fe51ed0d2bb00ba5580b45e289ae0e836b (patch) | |
| tree | bcbddf4c72e07655a7c2fd862ab046d3495fc341 /apps/plugins | |
| parent | e087751b107982eeaa001e92c2dd1f24f1af6809 (diff) | |
| download | rockbox-7668e3fe51ed0d2bb00ba5580b45e289ae0e836b.zip rockbox-7668e3fe51ed0d2bb00ba5580b45e289ae0e836b.tar.gz rockbox-7668e3fe51ed0d2bb00ba5580b45e289ae0e836b.tar.bz2 rockbox-7668e3fe51ed0d2bb00ba5580b45e289ae0e836b.tar.xz | |
Sokoban: Add keymaps for Cowon D2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23955 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/sokoban.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c index 1e54ce9..dfab89f 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c @@ -330,6 +330,8 @@ PLUGIN_HEADER #elif CONFIG_KEYPAD == COWOND2_PAD #define SOKOBAN_MENU BUTTON_MENU +#define SOKOBAN_LEVEL_DOWN BUTTON_MINUS +#define SOKOBAN_LEVEL_UP BUTTON_PLUS #define SOKOBAN_MENU_NAME "[MENU]" #elif CONFIG_KEYPAD == IAUDIO67_PAD |