summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 8549d7c1e2..f7ad252932 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -192,6 +192,13 @@ CONFIG_KEYPAD == SANSA_M200_PAD
192#define UP BUTTON_UP 192#define UP BUTTON_UP
193#define DOWN BUTTON_DOWN 193#define DOWN BUTTON_DOWN
194 194
195#define QUIT BUTTON_POWER
196#define LEFT BUTTON_PREV
197#define RIGHT BUTTON_NEXT
198#define SELECT BUTTON_PLAY
199#define UP BUTTON_UP
200#define DOWN BUTTON_DOWN
201
195#elif CONFIG_KEYPAD == COWOND2_PAD 202#elif CONFIG_KEYPAD == COWOND2_PAD
196#define QUIT BUTTON_POWER 203#define QUIT BUTTON_POWER
197 204
@@ -1096,7 +1103,8 @@ static int brickmania_help(void)
1096 "< & >", "Moves", "the", "paddle", "", 1103 "< & >", "Moves", "the", "paddle", "",
1097#if CONFIG_KEYPAD == ONDIO_PAD 1104#if CONFIG_KEYPAD == ONDIO_PAD
1098 "MENU:", 1105 "MENU:",
1099#elif (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IAUDIO_M3_PAD) 1106#elif (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IAUDIO_M3_PAD) \
1107 (CONFIG_KEYPAD == PHILIPS_SA9200_PAD)
1100 "PLAY:", 1108 "PLAY:",
1101#elif CONFIG_KEYPAD == IRIVER_H300_PAD 1109#elif CONFIG_KEYPAD == IRIVER_H300_PAD
1102 "NAVI:", 1110 "NAVI:",