diff options
author | Cástor Muñoz <cmvidal@gmail.com> | 2015-10-17 03:33:31 +0200 |
---|---|---|
committer | Cástor Muñoz <cmvidal@gmail.com> | 2015-10-17 03:33:31 +0200 |
commit | d57e65109ac74ce49d8ac50a00d8ef88a0065e28 (patch) | |
tree | 758d4bdc28c052faad76d1f2dea6d3e1c5ef06e8 | |
parent | 2172c11849673220f8fedb7b3dedcef4c68ac87f (diff) | |
download | rockbox-d57e651.tar.gz rockbox-d57e651.zip |
iPod Classic: enable AB repeat
Change-Id: I58f3b0a3e4d8a1649d5549c312e6a259bce697a4
-rw-r--r-- | firmware/export/config/ipod6g.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 0a40108699..228867ed82 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -103,8 +103,8 @@ /* Define this to have CPU boosted while scrolling in the UI */ #define HAVE_GUI_BOOST -//#define AB_REPEAT_ENABLE -//#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE +#define AB_REPEAT_ENABLE +#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE /* define this if you have a disk storage, i.e. something that needs spinups and can cause skips when shaked */ |