summaryrefslogtreecommitdiff
path: root/firmware/settings.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-19 14:58:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-19 14:58:35 +0000
commit6cd60cc3e33e731d4bd2bbd98653fbc629f77cfb (patch)
tree67f1634a4607e661febb2361b60bb2988b9cde5d /firmware/settings.h
parent258919cc554ed76a742fb0a03f368756a254a675 (diff)
downloadrockbox-6cd60cc3e33e731d4bd2bbd98653fbc629f77cfb.tar.gz
rockbox-6cd60cc3e33e731d4bd2bbd98653fbc629f77cfb.zip
moved sounds settings to settings.h, config.h is only for including the
correct sub-config.h filea git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1086 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/settings.h')
-rw-r--r--firmware/settings.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/firmware/settings.h b/firmware/settings.h
index 29c87d0468..935c611161 100644
--- a/firmware/settings.h
+++ b/firmware/settings.h
@@ -64,6 +64,19 @@ void reload_all_settings( user_settings_t *settings );
64void reset_settings( user_settings_t *settings ); 64void reset_settings( user_settings_t *settings );
65void display_current_settings( user_settings_t *settings ); 65void display_current_settings( user_settings_t *settings );
66 66
67/* system defines */
68
69#define DEFAULT_VOLUME_SETTING 70
70#define DEFAULT_BALANCE_SETTING 50
71#define DEFAULT_BASS_SETTING 50
72#define DEFAULT_TREBLE_SETTING 50
73#define DEFAULT_LOUDNESS_SETTING 0
74#define DEFAULT_BASS_BOOST_SETTING 0
75#define DEFAULT_CONTRAST_SETTING 0
76#define DEFAULT_POWEROFF_SETTING 0
77#define DEFAULT_BACKLIGHT_SETTING 1
78
79
67#endif /* __SETTINGS_H__ */ 80#endif /* __SETTINGS_H__ */
68 81
69 82