summaryrefslogtreecommitdiff
path: root/apps/plugins/fireworks.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fireworks.c')
-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 ea7fb11..efb49db 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -122,6 +122,10 @@
#define BTN_MENU BUTTON_REC
#define BTN_FIRE BUTTON_PLAY
+#elif (CONFIG_KEYPAD == MPIO_HD300_PAD)
+#define BTN_MENU BUTTON_MENU
+#define BTN_FIRE BUTTON_PLAY
+
#elif defined(HAVE_TOUCHSCREEN)
/* This is a touchscreen target */
#else