summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rwxr-xr-xapps/plugins/spacerocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/spacerocks.c b/apps/plugins/spacerocks.c
index 67b5dd047e..43dd1fdcc4 100755
--- a/apps/plugins/spacerocks.c
+++ b/apps/plugins/spacerocks.c
@@ -74,7 +74,7 @@ static struct plugin_api* rb; /* global api struct pointer */
74#define AST_FIRE BUTTON_SELECT 74#define AST_FIRE BUTTON_SELECT
75#define AST_FIRE_REP BUTTON_SELECT | BUTTON_REPEAT 75#define AST_FIRE_REP BUTTON_SELECT | BUTTON_REPEAT
76 76
77#elif (CONFIG_KEYPAD == IPOD_4G_PAD) 77#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
78#define AST_PAUSE (BUTTON_SELECT | BUTTON_PLAY) 78#define AST_PAUSE (BUTTON_SELECT | BUTTON_PLAY)
79#define AST_QUIT (BUTTON_SELECT | BUTTON_MENU) 79#define AST_QUIT (BUTTON_SELECT | BUTTON_MENU)
80#define AST_THRUST BUTTON_MENU 80#define AST_THRUST BUTTON_MENU