summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 12f1066d3a..6f74078e1e 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -2,6 +2,8 @@
2#error "re-run configure this just so wrong" 2#error "re-run configure this just so wrong"
3#endif 3#endif
4 4
5#define TARGET_TREE /* this target is using the target tree system */
6
5/* 7/*
6 * This config file is for iriver iHP-100, iHP-110, iHP-115 8 * This config file is for iriver iHP-100, iHP-110, iHP-115
7 */ 9 */
@@ -145,6 +147,13 @@
145 147
146#endif /* !SIMULATOR */ 148#endif /* !SIMULATOR */
147 149
150#define DEFAULT_CONTRAST_SETTING 40
151#define MIN_CONTRAST_SETTING 5
152#define MAX_CONTRAST_SETTING 63
153#define DEFAULT_REMOTE_CONTRAST_SETTING 42
154#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING
155#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING
156
148/* Define this for S/PDIF input available */ 157/* Define this for S/PDIF input available */
149#define HAVE_SPDIF_IN 158#define HAVE_SPDIF_IN
150 159