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 c7c7b58b93..782cff5ba8 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -99,6 +99,10 @@ PLUGIN_HEADER
99#define BTN_MENU BUTTON_MENU 99#define BTN_MENU BUTTON_MENU
100#define BTN_FIRE BUTTON_SELECT 100#define BTN_FIRE BUTTON_SELECT
101 101
102#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
103#define BTN_MENU BUTTON_MENU
104#define BTN_FIRE BUTTON_PLAY
105
102#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 106#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
103#define BTN_MENU (BUTTON_MENU|BUTTON_REL) 107#define BTN_MENU (BUTTON_MENU|BUTTON_REL)
104 108