summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CUSTOM_CFG_FORMAT (renamed from docs/CUSTOM_EQ_FORMAT)10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/CUSTOM_EQ_FORMAT b/docs/CUSTOM_CFG_FORMAT
index e1b0810bca..87bc18162a 100644
--- a/docs/CUSTOM_EQ_FORMAT
+++ b/docs/CUSTOM_CFG_FORMAT
@@ -1,15 +1,17 @@
1Custom EQ 1Custom CFG
2File Format Specifications 2File Format Specifications
3 3
4Description / General Info 4Description / General Info
5-------------------------- 5--------------------------
6* The Custom EQ is used on both the Rockbox Player and Recorder, in order to 6* The .cfg file is used on both the Rockbox Player and Recorder, in order to
7 load, well, custom eq settings. 7 load custom settings.
8* Currently, only sound settings are supported but this will change in the
9 future.
8 10
9File Location 11File Location
10------------- 12-------------
11The files may reside anywhere on the hard disk. The only restriction is that 13The files may reside anywhere on the hard disk. The only restriction is that
12the filename must end in .eq 14the filename must end in .cfg
13 15
14Format Rules 16Format Rules
15------------ 17------------