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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c
index 726b3eb381..168a67baa9 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -103,6 +103,8 @@ PLUGIN_HEADER
103#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 103#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
104#define BTN_MENU (BUTTON_MENU|BUTTON_REL) 104#define BTN_MENU (BUTTON_MENU|BUTTON_REL)
105 105
106#elif defined(HAVE_TOUCHSCREEN)
107 /* This is a touchscreen target */
106#else 108#else
107#error No keymap defined! 109#error No keymap defined!
108#endif 110#endif