summaryrefslogtreecommitdiff
path: root/apps/plugins/maze.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/maze.c')
-rw-r--r--apps/plugins/maze.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/maze.c b/apps/plugins/maze.c
index e0f9e0134c..952edff9c7 100644
--- a/apps/plugins/maze.c
+++ b/apps/plugins/maze.c
@@ -34,7 +34,8 @@
34PLUGIN_HEADER 34PLUGIN_HEADER
35 35
36#if (CONFIG_KEYPAD == IPOD_4G_PAD) || \ 36#if (CONFIG_KEYPAD == IPOD_4G_PAD) || \
37 (CONFIG_KEYPAD == IPOD_3G_PAD) 37 (CONFIG_KEYPAD == IPOD_3G_PAD) || \
38 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
38# undef __PLUGINLIB_ACTIONS_H__ 39# undef __PLUGINLIB_ACTIONS_H__
39# define MAZE_NEW (BUTTON_SELECT | BUTTON_REPEAT) 40# define MAZE_NEW (BUTTON_SELECT | BUTTON_REPEAT)
40# define MAZE_NEW_PRE BUTTON_SELECT 41# define MAZE_NEW_PRE BUTTON_SELECT