blob: ecab5b96c8f541dce68c753dc9e1f85d444c31cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
% $Id$ %
\def\UseOption{ipod6g}
\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
\edef\UseOption{\UseOption,IPOD_4G_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,ipod}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Classic}
\newcommand{\playerlongtype}{\playertype}
\newcommand{\dapdisplaywidth}{320}
\newcommand{\dapdisplayheight}{240}
\newcommand{\dapdisplaydepth}{16}
\newcommand{\specimg}{ipod6g}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
%For use when referring to the player. E.g. the \daps\ capacity ...
\newcommand{\daps}{player's}
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
\newcommand{\firmwareextension}{\fname{ipod}}
\newcommand{\screenshotsize}{8cm}
\newcommand{\disk}{hard disk}
% link external keymap file
\input{platform/keymap-ipod4g.tex}
|