diff options
Diffstat (limited to 'apps/plugins/fireworks.c')
-rw-r--r-- | apps/plugins/fireworks.c | 2 |
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 #elif (CONFIG_KEYPAD == ONDAVX747_PAD) #define BTN_MENU (BUTTON_MENU|BUTTON_REL) +#elif defined(HAVE_TOUCHSCREEN) + /* This is a touchscreen target */ #else #error No keymap defined! #endif |