summaryrefslogtreecommitdiff
path: root/apps/plugins/fire.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-03 20:17:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-03 20:17:25 +0000
commit1e88be518adafe146704a506aad7f895fffbb240 (patch)
tree59de8c14bcec054d32b82890f73391301ad152aa /apps/plugins/fire.c
parent364e892050c5d03895d27ad290180f7a82d0ecbf (diff)
Barry Wardell's keymappings for H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10446 a1c6a512-1295-4272-9138-f99709370657
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 6207a8894e..544b7d15c5 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -86,6 +86,13 @@ static unsigned char draw_buffer[8*LCD_WIDTH];
#define FIRE_INCREASE_MULT BUTTON_UP
#define FIRE_DECREASE_MULT BUTTON_DOWN
+#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
+#define FIRE_QUIT BUTTON_POWER
+#define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT
+#define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT
+#define FIRE_INCREASE_MULT BUTTON_SCROLL_UP
+#define FIRE_DECREASE_MULT BUTTON_SCROLL_DOWN
+
#endif
#define MIN_FLAME_VALUE 0