diff options
author | Brandon Low <lostlogic@rockbox.org> | 2006-04-10 00:39:48 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@rockbox.org> | 2006-04-10 00:39:48 +0000 |
commit | bf6f9c66a158a478d639672857bbf9bac791dd30 (patch) | |
tree | 0b51291721285a717f071a3a203b50bb7ad74a66 /firmware/export/config-ipodnano.h | |
parent | bbeba1bccfbf5c430a4a8bb21be1e87874d34883 (diff) |
Enable AB repeat on ipods with 4g keypad, requires quick fingers or you get the context menu instead of a marker. Thanks to Mikachu on IRC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9589 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r-- | firmware/export/config-ipodnano.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index a801cc23b9..c3b0745716 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -43,6 +43,8 @@ /* Define this if you have the WM8975 audio codec */ #define HAVE_WM8975 +#define AB_REPEAT_ENABLE 1 + /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */ |