summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano2g.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-11-11 19:40:32 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-11-11 19:40:32 +0000
commitf1ee740f2b48c8a2da5fa1d33e033a9067fe3843 (patch)
treeb32fdb2f489ec0ce016eba2b4736e26af552cccf /firmware/export/config/ipodnano2g.h
parent312b2a2de7a35f8c4b0dc355b7b291085a9a5ea4 (diff)
downloadrockbox-f1ee740f2b48c8a2da5fa1d33e033a9067fe3843.tar.gz
rockbox-f1ee740f2b48c8a2da5fa1d33e033a9067fe3843.zip
Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with a 1 second timeout) on scrollwheel activity in the list, main menu, tree and std context. For now GUI boost is only enabled on scrollwheel targets. The code can easily be enhanced to work with other targets as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30967 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipodnano2g.h')
-rw-r--r--firmware/export/config/ipodnano2g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h
index a85cd61436..37a21b33ba 100644
--- a/firmware/export/config/ipodnano2g.h
+++ b/firmware/export/config/ipodnano2g.h
@@ -104,6 +104,9 @@
104 104
105#define CONFIG_KEYPAD IPOD_4G_PAD 105#define CONFIG_KEYPAD IPOD_4G_PAD
106 106
107/* Define this to have CPU boosted while scrolling in the UI */
108#define HAVE_GUI_BOOST
109
107#define AB_REPEAT_ENABLE 110#define AB_REPEAT_ENABLE
108#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE 111#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
109 112