summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 7b0c5228b5..75db1b3c0a 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -126,6 +126,10 @@
126#define BTN_MENU BUTTON_MENU 126#define BTN_MENU BUTTON_MENU
127#define BTN_FIRE BUTTON_PLAY 127#define BTN_FIRE BUTTON_PLAY
128 128
129#elif (CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD)
130#define BTN_MENU BUTTON_SELECT
131#define BTN_FIRE BUTTON_PLAYPAUSE
132
129#elif defined(HAVE_TOUCHSCREEN) 133#elif defined(HAVE_TOUCHSCREEN)
130 /* This is a touchscreen target */ 134 /* This is a touchscreen target */
131#else 135#else