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 a8d8d0a..64c9fa9 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -77,6 +77,13 @@ static unsigned char draw_buffer[8*LCD_WIDTH];
#define FIRE_INCREASE_MULT BUTTON_UP
#define FIRE_DECREASE_MULT BUTTON_DOWN
+#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
+#define FIRE_QUIT BUTTON_A
+#define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT
+#define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT
+#define FIRE_INCREASE_MULT BUTTON_UP
+#define FIRE_DECREASE_MULT BUTTON_DOWN
+
#endif
#define MIN_FLAME_VALUE 0