summaryrefslogtreecommitdiff
path: root/apps/plugins/mazezam.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mazezam.c')
-rw-r--r--apps/plugins/mazezam.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/mazezam.c b/apps/plugins/mazezam.c
index 423b09288d..1183f8f502 100644
--- a/apps/plugins/mazezam.c
+++ b/apps/plugins/mazezam.c
@@ -27,7 +27,9 @@
27/* Include standard plugin macro */ 27/* Include standard plugin macro */
28 28
29 29
30#if (CONFIG_KEYPAD == IPOD_3G_PAD) 30#if (CONFIG_KEYPAD == IPOD_1G2G_PAD) \
31 || (CONFIG_KEYPAD == IPOD_3G_PAD) \
32 || (CONFIG_KEYPAD == IPOD_4G_PAD)
31# define MAZEZAM_MENU BUTTON_MENU 33# define MAZEZAM_MENU BUTTON_MENU
32# define MAZEZAM_RIGHT BUTTON_RIGHT 34# define MAZEZAM_RIGHT BUTTON_RIGHT
33# define MAZEZAM_LEFT BUTTON_LEFT 35# define MAZEZAM_LEFT BUTTON_LEFT