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
}
22 \newcommand{\disk}{hard disk
}
24 \newcommand{\ButtonLeft}{\btnfnt{Prev
}}
25 \newcommand{\ButtonRight}{\btnfnt{Next
}}
26 \newcommand{\ButtonMenu}{\btnfnt{Menu
}}
27 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
28 \newcommand{\ButtonSelect}{\btnfnt{Select
}}
29 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd
}}
30 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back
}}
31 \newcommand{\ButtonHold}{\btnfnt{Hold
}}
33 %Button actions, standard context
34 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
35 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollBack}
36 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
37 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollFwd}
38 \newcommand{\ActionStdCancel}{\ButtonLeft or Long
\ButtonPlay}
39 \newcommand{\ActionStdContext}{Long
\ButtonSelect}
40 \newcommand{\ActionStdQuickScreen}{Long
\ButtonMenu}
41 \newcommand{\ActionStdMenu}{\ButtonMenu}
42 \newcommand{\ActionStdOk}{\ButtonSelect{} or
\ButtonRight}
44 %Button actions, wps context
45 \newcommand{\ActionWpsPlay}{\ButtonPlay}
46 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
47 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
48 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
49 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
51 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
52 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
53 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
55 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonMenu}
56 \newcommand{\ActionWpsMenu}{\ButtonMenu}
57 \newcommand{\ActionWpsContext}{Long
\ButtonSelect}
58 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
60 %Button actions, tree context
61 \newcommand{\ActionTreeWps}{\ButtonPlay}
62 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
63 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
64 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
66 %Button actions, YesNo context
67 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
69 %Button actions, Setting context
70 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
71 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
73 %Button actions, Alarm screen
74 \newcommand{\ActionAlarmSet}{\ButtonSelect}
75 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
77 %Button actions, Virtual Keyboard Context
78 \newcommand{\ActionKbdLeft}{\ButtonLeft}
79 \newcommand{\ActionKbdRight}{\ButtonRight}
80 \newcommand{\ActionKbdSelect}{\ButtonSelect}
81 \newcommand{\ActionKbdDone}{\ButtonPlay}
82 \newcommand{\ActionKbdAbort}{\ButtonMenu}
83 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
84 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
85 \newcommand{\ActionKbdMorseInput}{Long
\ButtonMenu}
86 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
88 %Button actions, Pitch Screen context
89 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
90 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
91 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollFwd}
92 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
93 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollBack}
94 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
95 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
96 \newcommand{\ActionPsReset}{\ButtonMenu}
97 \newcommand{\ActionPsExit}{\ButtonSelect}