diff options
author | Igor B. Poretsky <poretsky@mlbox.ru> | 2017-02-04 12:37:56 +0300 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-14 12:42:16 +0000 |
commit | 30fb53d47f7f96019956de32a94f3c77fd9aa609 (patch) | |
tree | a2eb28b9ae470ccf5037f5ae2d46aab3c318667f /firmware | |
parent | 45915101d5338963e6359258513215a723ba1fd2 (diff) | |
download | rockbox-30fb53d47f7f96019956de32a94f3c77fd9aa609.tar.gz rockbox-30fb53d47f7f96019956de32a94f3c77fd9aa609.tar.bz2 rockbox-30fb53d47f7f96019956de32a94f3c77fd9aa609.zip |
Enabled hotkey for Sansa Clip players
Change-Id: Ic0fb331415bf0cc0fce5916befce64f4a41c46ee
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config/sansaclip.h | 2 | ||||
-rw-r--r-- | firmware/export/config/sansaclipplus.h | 2 | ||||
-rw-r--r-- | firmware/export/config/sansaclipv2.h | 2 | ||||
-rw-r--r-- | firmware/export/config/sansaclipzip.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index cdee43d44a..35496e5fda 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -207,4 +207,4 @@ #define DEFAULT_REC_RIGHT_GAIN 23 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index addf7d86c0..851884da36 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -229,4 +229,4 @@ #define DEFAULT_REC_RIGHT_GAIN 23 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index cf3f90e363..581f6e900f 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -223,4 +223,4 @@ #define DEFAULT_REC_RIGHT_GAIN 23 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h index fc9f558eef..8c2e3404d4 100644 --- a/firmware/export/config/sansaclipzip.h +++ b/firmware/export/config/sansaclipzip.h @@ -228,4 +228,4 @@ #define DEFAULT_REC_RIGHT_GAIN 23 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY |