From fe9a3ceb0e09ae44d15f2636162ea534129b2137 Mon Sep 17 00:00:00 2001 From: Mihail Zenkov Date: Fri, 18 Mar 2016 23:34:57 +0000 Subject: GUI boost for any button It improve responsiveness for all targets with frequency scaling. Change-Id: I72c94daf58cee10c1772decbd0443856c111cc47 --- firmware/export/config/sansaclipplus.h | 2 ++ firmware/export/config/sansaclipv2.h | 2 ++ firmware/export/config/sansaclipzip.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index e9ebf02..6b84faa 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -97,6 +97,8 @@ /* define this if the target has volume keys which can be used in the lists */ #define HAVE_VOLUME_IN_LIST +#define HAVE_GUI_BOOST + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC /* There is no hardware tone control */ diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index d163d11..5f6d195 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -93,6 +93,8 @@ /* define this if the target has volume keys which can be used in the lists */ #define HAVE_VOLUME_IN_LIST +#define HAVE_GUI_BOOST + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC /* There is no hardware tone control */ diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h index 1f63078..b028dad 100644 --- a/firmware/export/config/sansaclipzip.h +++ b/firmware/export/config/sansaclipzip.h @@ -92,6 +92,8 @@ /* define this if the target has volume keys which can be used in the lists */ #define HAVE_VOLUME_IN_LIST +#define HAVE_GUI_BOOST + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC /* There is no hardware tone control */ -- cgit v1.1