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/tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index 0967fb373f..8fdcc883cf 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -135,7 +135,7 @@ #define TREE_CONTEXT2 (BUTTON_ON | BUTTON_PLAY) #define TREE_POWER_BTN BUTTON_ON -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD) #define TREE_NEXT BUTTON_SCROLL_FWD #define TREE_PREV BUTTON_SCROLL_BACK -- cgit v1.2.3