2 \def\UseOption{ipodvideo
}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK
}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP
}
5 \edef\UseOption{\UseOption,CONFIG_RTC
}
6 \edef\UseOption{\UseOption,HAVE_RTC_ALARM
}
7 \edef\UseOption{\UseOption,SWCODEC
}
8 \edef\UseOption{\UseOption,IPOD_4G_PAD
}
9 \edef\UseOption{\UseOption,HAVE_LCD_COLOR
}
10 \edef\UseOption{\UseOption,ipod
}
12 \newcommand{\playerman}{Ipod
}
13 \newcommand{\playertype}{Video
}
14 \newcommand{\playerlongtype}{\playertype}
15 \newcommand{\genericimg}{320x240x16
}
16 \newcommand{\specimg}{ipodvideo
}
17 %Used to name the player, e.g. ...to the \dap
18 \newcommand{\dap}{player
}
19 %For use when referring to the player. E.g. the \daps\ capacity ...
20 \newcommand{\daps}{player's
}
21 \newcommand{\firmwarefilename}{\fname{rockbox.ipod
}}
22 \newcommand{\screenshotsize}{8cm
}
23 \newcommand{\disk}{hard disk
}
25 \newcommand{\ButtonLeft}{\btnfnt{Prev
}}
26 \newcommand{\ButtonRight}{\btnfnt{Next
}}
27 \newcommand{\ButtonMenu}{\btnfnt{Menu
}}
28 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
29 \newcommand{\ButtonSelect}{\btnfnt{Select
}}
30 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd
}}
31 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back
}}
32 \newcommand{\ButtonHold}{\btnfnt{Hold
}}
34 %Button actions, standard context
35 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
36 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollBack}
37 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
38 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollFwd}
39 \newcommand{\ActionStdCancel}{\ButtonLeft or Long
\ButtonPlay}
40 \newcommand{\ActionStdContext}{Long
\ButtonSelect}
41 \newcommand{\ActionStdQuickScreen}{Long
\ButtonMenu}
42 \newcommand{\ActionStdMenu}{\ButtonMenu}
43 \newcommand{\ActionStdOk}{\ButtonSelect{} or
\ButtonRight}
45 %Button actions, wps context
46 \newcommand{\ActionWpsPlay}{\ButtonPlay}
47 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
48 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
49 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
50 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
52 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
53 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
54 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
56 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonMenu}
57 \newcommand{\ActionWpsMenu}{\ButtonMenu}
58 \newcommand{\ActionWpsContext}{Long
\ButtonSelect}
59 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
61 %Button actions, tree context
62 \newcommand{\ActionTreeWps}{\ButtonPlay}
63 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
64 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
65 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
67 %Button actions, YesNo context
68 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
70 %Button actions, Setting context
71 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
72 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
74 %Button actions, Virtual Keyboard Context
75 \newcommand{\ActionKbdLeft}{\ButtonLeft}
76 \newcommand{\ActionKbdRight}{\ButtonRight}
77 \newcommand{\ActionKbdSelect}{\ButtonSelect}
78 \newcommand{\ActionKbdDone}{\ButtonPlay}
79 \newcommand{\ActionKbdAbort}{\ButtonMenu}
80 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
81 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
82 \newcommand{\ActionKbdMorseInput}{Long
\ButtonMenu}
83 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
86 %Button actions, Pitch Screen context
87 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
88 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
89 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollFwd}
90 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
91 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollBack}
92 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
93 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
94 \newcommand{\ActionPsReset}{\ButtonMenu}
95 \newcommand{\ActionPsExit}{\ButtonSelect}