summaryrefslogtreecommitdiff
path: root/manual/platform
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/clip.tex24
-rw-r--r--manual/platform/keymap-clip.tex30
2 files changed, 54 insertions, 0 deletions
diff --git a/manual/platform/clip.tex b/manual/platform/clip.tex
new file mode 100644
index 0000000000..0f2192c926
--- /dev/null
+++ b/manual/platform/clip.tex
@@ -0,0 +1,24 @@
1% Id: %
2\def\UseOption{clip}
3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,SANSA_CLIP_PAD}
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6%\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} %
7\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
8\edef\UseOption{\UseOption,sansa}
9
10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{Clip}
12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{128x64x1}
14\newcommand{\specimg}{Clip}
15%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player}
17%For use when referring to the player. E.g. the \daps\ capacity...
18\newcommand{\daps}{player's}
19\newcommand{firmwarefilename}{\fname{rockbox.sansa}}
20\newcommand{\screenshotsize}{3cm}
21\newcommand{\disk}{flash storage}
22
23% link external keymap file
24\input{platform/keymap-clip.tex} \ No newline at end of file
diff --git a/manual/platform/keymap-clip.tex b/manual/platform/keymap-clip.tex
new file mode 100644
index 0000000000..d9ea07d0d3
--- /dev/null
+++ b/manual/platform/keymap-clip.tex
@@ -0,0 +1,30 @@
1% $Id:
2
3\newcommand{\ButtonLeft}{\btnfnt{Left}}
4\newcommand{\ButtonRight}{\btnfnt{Right}}
5\newcommand{\ButtonHome}{\btnfnt{Home}}
6\newcommand{\ButtonUp}{\btnfnt{Play}}
7\newcommand{\ButtonDown}{\btnfnt{Submenu}}
8\newcommand{\ButtonSelect}{\btnfnt{Select}}
9\newcommand{\ButtonPower}{\btnfnt{Power}}
10\newcommand{\ButtonVolUp}{\btnfnt{Volume Up}}
11\newcommand{\ButtonVolDown}{\btnfnt{Volume Down}}
12\newcommand{\ButtonHold}{\btnfnt{Hold}}
13
14%Button actions, standard context
15
16%Button actions, wps context
17
18%Button actions, tree context
19
20%Button actions, YesNo context
21
22%Button actions, Setting context
23
24%Button actions, Virtual Keyboard Context
25
26%Button actions, Pitch Screen context
27
28%Button actions, Recording screen context
29
30%Button actions, FM radio context \ No newline at end of file