summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/fireworks.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c
index 7b0c522..75db1b3 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