summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/firmware/config.h b/firmware/config.h
index d79f061..63f08e7 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