summaryrefslogtreecommitdiff
path: root/apps/plugins/fire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fire.c')
-rw-r--r--apps/plugins/fire.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index a8d8d0afdb..64c9fa9371 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -77,6 +77,13 @@ static unsigned char draw_buffer[8*LCD_WIDTH];
77#define FIRE_INCREASE_MULT BUTTON_UP 77#define FIRE_INCREASE_MULT BUTTON_UP
78#define FIRE_DECREASE_MULT BUTTON_DOWN 78#define FIRE_DECREASE_MULT BUTTON_DOWN
79 79
80#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
81#define FIRE_QUIT BUTTON_A
82#define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT
83#define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT
84#define FIRE_INCREASE_MULT BUTTON_UP
85#define FIRE_DECREASE_MULT BUTTON_DOWN
86
80#endif 87#endif
81 88
82#define MIN_FLAME_VALUE 0 89#define MIN_FLAME_VALUE 0