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/gui/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/select.h') diff --git a/apps/gui/select.h b/apps/gui/select.h index 00c05c8..d0e545b 100644 --- a/apps/gui/select.h +++ b/apps/gui/select.h @@ -54,7 +54,7 @@ #define SELECT_CANCEL BUTTON_STOP #define SELECT_CANCEL2 BUTTON_MENU -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD) #define SELECT_INC BUTTON_SCROLL_FWD #define SELECT_DEC BUTTON_SCROLL_BACK #define SELECT_OK BUTTON_SELECT -- cgit v1.1