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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c
index 50be236f14..e0d491aaf3 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -55,7 +55,8 @@ static struct plugin_api* rb;
55#define BTN_MENU BUTTON_MODE 55#define BTN_MENU BUTTON_MODE
56#define BTN_FIRE BUTTON_SELECT 56#define BTN_FIRE BUTTON_SELECT
57#elif (CONFIG_KEYPAD == GIGABEAT_PAD) || \ 57#elif (CONFIG_KEYPAD == GIGABEAT_PAD) || \
58(CONFIG_KEYPAD == GIGABEAT_S_PAD) 58(CONFIG_KEYPAD == GIGABEAT_S_PAD) || \
59(CONFIG_KEYPAD == MROBE100_PAD)
59#define BTN_MENU BUTTON_MENU 60#define BTN_MENU BUTTON_MENU
60#define BTN_FIRE BUTTON_SELECT 61#define BTN_FIRE BUTTON_SELECT
61#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ 62#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \