summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-06-24 13:49:34 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-06-24 13:49:34 +0000
commitef444001df8c063a25d743f3eb9d3db2d8da3ee8 (patch)
tree5b34d8454128d6d5dfcbedc2320499600738285a /firmware
parent2a4de23b5f78f076551a9a2ac52d83a64646a94f (diff)
downloadrockbox-ef444001df8c063a25d743f3eb9d3db2d8da3ee8.tar.gz
rockbox-ef444001df8c063a25d743f3eb9d3db2d8da3ee8.zip
Set backlight to 5s
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1153 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/settings.h b/firmware/settings.h
index 53b2b4738d..2c03786f35 100644
--- a/firmware/settings.h
+++ b/firmware/settings.h
@@ -77,7 +77,7 @@ extern user_settings_t global_settings;
77#define DEFAULT_BASS_BOOST_SETTING 0 77#define DEFAULT_BASS_BOOST_SETTING 0
78#define DEFAULT_CONTRAST_SETTING 0 78#define DEFAULT_CONTRAST_SETTING 0
79#define DEFAULT_POWEROFF_SETTING 0 79#define DEFAULT_POWEROFF_SETTING 0
80#define DEFAULT_BACKLIGHT_SETTING 1 80#define DEFAULT_BACKLIGHT_SETTING 5
81 81
82 82
83#endif /* __SETTINGS_H__ */ 83#endif /* __SETTINGS_H__ */