summaryrefslogtreecommitdiff
path: root/firmware/config.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-06-19 13:44:28 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-06-19 13:44:28 +0000
commit01ca628f0e7999ed55a54e22d32c870d21e0b041 (patch)
treeb6c6a7439e653d5de63805e054b940e38d8267bc /firmware/config.h
parentc4be1ee9f9d834d45efdadb155572d22bfd8eaf7 (diff)
downloadrockbox-01ca628f0e7999ed55a54e22d32c870d21e0b041.tar.gz
rockbox-01ca628f0e7999ed55a54e22d32c870d21e0b041.zip
Increased the default volume
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1080 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/config.h')
-rw-r--r--firmware/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/config.h b/firmware/config.h
index b0a0bffed8..860016c6d8 100644
--- a/firmware/config.h
+++ b/firmware/config.h
@@ -32,7 +32,7 @@
32 32
33/* system defines */ 33/* system defines */
34 34
35#define DEFAULT_VOLUME_SETTING 50 35#define DEFAULT_VOLUME_SETTING 70
36#define DEFAULT_BALANCE_SETTING 50 36#define DEFAULT_BALANCE_SETTING 50
37#define DEFAULT_BASS_SETTING 50 37#define DEFAULT_BASS_SETTING 50
38#define DEFAULT_TREBLE_SETTING 50 38#define DEFAULT_TREBLE_SETTING 50