summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/fire.c2
-rw-r--r--apps/plugins/logo.c4
-rw-r--r--apps/plugins/plasma.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index 722f2bfc2e..2a4b96da12 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -71,7 +71,7 @@ static unsigned char draw_buffer[8*LCD_WIDTH];
71#define FIRE_DECREASE_MULT BUTTON_SCROLL_BACK 71#define FIRE_DECREASE_MULT BUTTON_SCROLL_BACK
72 72
73#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) 73#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
74#define FIRE_QUIT BUTTON_REC 74#define FIRE_QUIT BUTTON_POWER
75#define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT 75#define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT
76#define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT 76#define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT
77#define FIRE_INCREASE_MULT BUTTON_UP 77#define FIRE_INCREASE_MULT BUTTON_UP
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 89aa753ab1..d2d2d56e75 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 Jonas Häggqvist 10 * Copyright (C) 2005 Jonas H�gqvist
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -197,7 +197,7 @@ const unsigned char rockbox16x7[] = {
197#define LP_DEC_Y BUTTON_DOWN 197#define LP_DEC_Y BUTTON_DOWN
198#define LP_INC_Y BUTTON_UP 198#define LP_INC_Y BUTTON_UP
199#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 199#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
200#define LP_QUIT BUTTON_SELECT 200#define LP_QUIT BUTTON_POWER
201#define LP_DEC_X BUTTON_LEFT 201#define LP_DEC_X BUTTON_LEFT
202#define LP_INC_X BUTTON_RIGHT 202#define LP_INC_X BUTTON_RIGHT
203#define LP_DEC_Y BUTTON_DOWN 203#define LP_DEC_Y BUTTON_DOWN
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index c6e76a965b..d8be446afb 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -60,7 +60,7 @@ static int plasma_frequency;
60#define PLASMA_INCREASE_FREQUENCY BUTTON_UP 60#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
61#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN 61#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
62#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) 62#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
63#define PLASMA_QUIT BUTTON_REC 63#define PLASMA_QUIT BUTTON_POWER
64#define PLASMA_INCREASE_FREQUENCY BUTTON_UP 64#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
65#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN 65#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
66#else 66#else