summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 21451dcdac..1476102100 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -1,3 +1,4 @@
1#define TARGET_TREE /* this target is using the target tree system */
1/* 2/*
2 * This config file is for iriver H120 and H140 3 * This config file is for iriver H120 and H140
3 */ 4 */
@@ -142,6 +143,13 @@
142 143
143#endif /* !SIMULATOR */ 144#endif /* !SIMULATOR */
144 145
146#define DEFAULT_CONTRAST_SETTING 40
147#define MIN_CONTRAST_SETTING 5
148#define MAX_CONTRAST_SETTING 63
149#define DEFAULT_REMOTE_CONTRAST_SETTING 42
150#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING
151#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING
152
145/* Define this for S/PDIF input available */ 153/* Define this for S/PDIF input available */
146#define HAVE_SPDIF_IN 154#define HAVE_SPDIF_IN
147 155