diff options
Diffstat (limited to 'apps/plugins/fireworks.c')
-rw-r--r-- | apps/plugins/fireworks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index 43cd04a985..e79f0ff377 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c | |||
@@ -73,6 +73,9 @@ static const struct plugin_api* rb; | |||
73 | #define BTN_FIRE BUTTON_RC_PLAY | 73 | #define BTN_FIRE BUTTON_RC_PLAY |
74 | #elif (CONFIG_KEYPAD == COWOND2_PAD) | 74 | #elif (CONFIG_KEYPAD == COWOND2_PAD) |
75 | #define BTN_MENU (BUTTON_MENU|BUTTON_REL) | 75 | #define BTN_MENU (BUTTON_MENU|BUTTON_REL) |
76 | #elif CONFIG_KEYPAD == IAUDIO67_PAD | ||
77 | #define BTN_MENU BUTTON_MENU | ||
78 | #define BTN_FIRE BUTTON_PLAY | ||
76 | #else | 79 | #else |
77 | #error No keymap defined! | 80 | #error No keymap defined! |
78 | #endif | 81 | #endif |