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_3G_PAD
}
9 \edef\UseOption{\UseOption,ipod
}
11 \newcommand{\playerman}{Ipod
}
12 \newcommand{\playertype}{3G
}
13 \newcommand{\playerlongtype}{\playertype}
14 \newcommand{\genericimg}{160x128x2
}
15 \newcommand{\specimg}{ipod3g
}
16 %Used to name the player, e.g. ...to the \dap
17 \newcommand{\dap}{player
}
18 %For use when referring to the player. E.g. the \daps\ capacity ...
19 \newcommand{\daps}{player's
}
20 \newcommand{\firmwarefilename}{\fname{rockbox.ipod
}}
21 \newcommand{\screenshotsize}{4cm
}
23 \newcommand{\ButtonLeft}{\btnfnt{Prev
}}
24 \newcommand{\ButtonRight}{\btnfnt{Next
}}
25 \newcommand{\ButtonMenu}{\btnfnt{Menu
}}
26 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
27 \newcommand{\ButtonSelect}{\btnfnt{Select
}}
28 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd
}}
29 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back
}}
31 %Button actions, standard context
32 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
33 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollBack}
34 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
35 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollFwd}
36 \newcommand{\ActionStdCancel}{\ButtonLeft or Long
\ButtonPlay}
37 \newcommand{\ActionStdContext}{Long
\ButtonSelect}
38 \newcommand{\ActionStdQuickScreen}{Long
\ButtonMenu}
39 \newcommand{\ActionStdMenu}{\ButtonMenu}
40 \newcommand{\ActionStdOk}{\ButtonSelect{} or
\ButtonRight}
42 %Button actions, wps context
43 \newcommand{\ActionWpsPlay}{\ButtonPlay}
44 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
45 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
46 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
47 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
49 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
50 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
51 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
53 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonMenu}
54 \newcommand{\ActionWpsMenu}{\ButtonMenu}
55 \newcommand{\ActionWpsContext}{Long
\ButtonSelect}
56 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
58 %Button actions, tree context
59 \newcommand{\ActionTreeWps}{\ButtonPlay}
60 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
61 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
62 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
64 %Button actions, YesNo context
65 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
67 %Button actions, Setting context
68 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
69 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
71 %Button actions, Virtual Keyboard Context
72 \newcommand{\ActionKbdLeft}{\ButtonLeft}
73 \newcommand{\ActionKbdRight}{\ButtonRight}
74 \newcommand{\ActionKbdSelect}{\ButtonSelect}
75 \newcommand{\ActionKbdDone}{\ButtonPlay}
76 \newcommand{\ActionKbdAbort}{\ButtonMenu}
77 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
78 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
79 \newcommand{\ActionKbdMorseInput}{Long
\ButtonMenu}
80 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
82 %Button actions, Pitch Screen context
83 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
84 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
85 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollFwd}
86 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
87 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollBack}
88 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
89 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
90 \newcommand{\ActionPsReset}{\ButtonMenu}
91 \newcommand{\ActionPsExit}{\ButtonSelect}