summaryrefslogtreecommitdiff
path: root/apps/plugins/fireworks.c
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-12-08 09:51:42 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-12-08 09:51:42 +0000
commit6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964 (patch)
tree1db21b8b63edaf094153df2d90a5100ae18577cd /apps/plugins/fireworks.c
parent66459fee3ddcabd2a98720ca482d22a1656eeba6 (diff)
downloadrockbox-6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964.tar.gz
rockbox-6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964.zip
Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:M
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19363 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fireworks.c')
-rw-r--r--apps/plugins/fireworks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c
index aeb49a272f..eee72906a4 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -78,7 +78,7 @@ static const struct plugin_api* rb;
78#define BTN_FIRE BUTTON_PLAY 78#define BTN_FIRE BUTTON_PLAY
79#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 79#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
80#define BTN_MENU BUTTON_MENU 80#define BTN_MENU BUTTON_MENU
81#define BTN_FIRE BUTTON_PLAY 81#define BTN_FIRE BUTTON_SELECT
82#else 82#else
83#error No keymap defined! 83#error No keymap defined!
84#endif 84#endif