diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-02-05 21:18:19 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-02-05 21:18:19 +0000 |
| commit | cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a (patch) | |
| tree | 1e0c2b891cc2b15ae02cc0188d9f9af7d2c4e1f6 /apps/settings.h | |
| parent | afb2564b8494115babc6ce4c496c28005c5a1599 (diff) | |
| download | rockbox-cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a.zip rockbox-cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a.tar.gz rockbox-cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a.tar.bz2 rockbox-cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a.tar.xz | |
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
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index 53dfde0..3255f61 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -92,7 +92,7 @@ #define SETTINGS_NEXT BUTTON_RIGHT #define SETTINGS_ACCEPT BUTTON_MENU -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD) #define SETTINGS_INC BUTTON_SCROLL_FWD #define SETTINGS_DEC BUTTON_SCROLL_BACK #define SETTINGS_OK BUTTON_SELECT |