summaryrefslogtreecommitdiffstats
path: root/firmware/config.h
diff options
context:
space:
mode:
authorStuart Martin <mister_wavey@rockbox.org>2002-04-30 19:25:34 +0000
committerStuart Martin <mister_wavey@rockbox.org>2002-04-30 19:25:34 +0000
commit4786f16a7dbc4e2d00ca9f650b805a6c6780a699 (patch)
tree642097f3bf40cb4f9b816fa0c09c32eca6469b28 /firmware/config.h
parent614acaa5311c69b959977fde74cb6764fef17835 (diff)
downloadrockbox-4786f16a7dbc4e2d00ca9f650b805a6c6780a699.tar.gz
rockbox-4786f16a7dbc4e2d00ca9f650b805a6c6780a699.zip
additional #defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@341 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/config.h')
-rw-r--r--firmware/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/firmware/config.h b/firmware/config.h
index d79f061088..63f08e757b 100644
--- a/firmware/config.h
+++ b/firmware/config.h
@@ -30,4 +30,19 @@
/* no known platform */
#endif
+/* system defines */
+
+#define DEFAULT_VOLUME_SETTING 50
+#define DEFAULT_BALANCE_SETTING 50
+#define DEFAULT_BASS_SETTING 50
+#define DEFAULT_TREBLE_SETTING 50
+#define DEFAULT_LOUDNESS_SETTING 0
+#define DEFAULT_BASS_BOOST_SETTING 0
+#define DEFAULT_CONTRAST_SETTING 0
+#define DEFAULT_POWEROFF_SETTING 0
+#define DEFAULT_BACKLIGHT_SETTING 1
+
+#define DEBUG_CRT_ON 1
+#define CRT_DISPLAY 1
+
#endif