diff options
author | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:03:11 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:03:11 +0000 |
commit | 66fa5b578904f7df61293d6ce5c08966b5db13db (patch) | |
tree | 5db57c13d5b23e76793b60bbc48579ac24da1550 /manual/platform/sansafuze.tex | |
parent | 7b70046e7ab7329d93f800fe4b074fabff998a0e (diff) | |
download | rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.tar.gz rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.zip |
Rename targets to be consistent in all places. (FS #10819)
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23881 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/sansafuze.tex')
-rw-r--r-- | manual/platform/sansafuze.tex | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/manual/platform/sansafuze.tex b/manual/platform/sansafuze.tex new file mode 100644 index 0000000000..e00939f94e --- /dev/null +++ b/manual/platform/sansafuze.tex | |||
@@ -0,0 +1,24 @@ | |||
1 | % $Id$ % | ||
2 | \def\UseOption{sansafuze} | ||
3 | \edef\UseOption{\UseOption,SANSA_FUZE_PAD} | ||
4 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} | ||
5 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} | ||
6 | \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} | ||
7 | \edef\UseOption{\UseOption,sansaAMS} | ||
8 | |||
9 | \newcommand{\archosplayerman}{Sansa} | ||
10 | \newcommand{\archosplayertype}{Fuze} | ||
11 | \newcommand{\archosplayerlongtype}{\archosplayertype} | ||
12 | \newcommand{\genericimg}{220x176x16} | ||
13 | \newcommand{\specimg}{sansafuze} | ||
14 | %Used to name the player, e.g. ...to the \dap | ||
15 | \newcommand{\dap}{archosplayer} | ||
16 | %For use when referring to the player. E.g. the \daps\ capacity ... | ||
17 | \newcommand{\daps}{archosplayer's} | ||
18 | \newcommand{\firmwarefilename}{\fname{rockbox.sansa}} | ||
19 | \newcommand{\firmwareextension}{\fname{sansa}} | ||
20 | \newcommand{\screenshotsize}{4cm} | ||
21 | \newcommand{\disk}{flash storage} | ||
22 | |||
23 | % link external keymap file | ||
24 | \input{platform/keymap-fuze.tex} | ||