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/bookmark.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/bookmark.h') diff --git a/apps/bookmark.h b/apps/bookmark.h index adb6613482..f6f6bc8019 100644 --- a/apps/bookmark.h +++ b/apps/bookmark.h @@ -33,7 +33,7 @@ #define BOOKMARK_DELETE (BUTTON_ON | BUTTON_SELECT) #define BOOKMARK_DOWN BUTTON_DOWN -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD) #define BOOKMARK_SELECT BUTTON_SELECT #define BOOKMARK_DELETE (BUTTON_RIGHT | BUTTON_REPEAT) #define BOOKMARK_DOWN BUTTON_SCROLL_FWD -- cgit v1.2.3