From e6c6dc32380a3c200c9c96ef54e5f63d922b12d1 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 2 Oct 2011 17:34:16 +0000 Subject: fuze+: add fireworks keymap git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30682 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fireworks.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins') diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index 7b0c5228b5..75db1b3c0a 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -126,6 +126,10 @@ #define BTN_MENU BUTTON_MENU #define BTN_FIRE BUTTON_PLAY +#elif (CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD) +#define BTN_MENU BUTTON_SELECT +#define BTN_FIRE BUTTON_PLAYPAUSE + #elif defined(HAVE_TOUCHSCREEN) /* This is a touchscreen target */ #else -- cgit v1.2.3