From cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 5 Feb 2006 21:18:19 +0000 Subject: Use the iPod 4G button mappings for the iPod 3G as well (at least for now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8591 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index cb96227dc1..2130a00683 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -68,7 +68,7 @@ #define MENU_ENTER BUTTON_RIGHT #define MENU_ENTER2 BUTTON_PLAY -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD) /* TODO: Check menu button assignments */ -- cgit v1.2.3