2 \def\UseOption{ipodnano
}
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}{Nano
}
14 \newcommand{\playerlongtype}{\playertype{} 1st generation
}
15 \newcommand{\genericimg}{176x132x16
}
16 \newcommand{\specimg}{ipodnano
}
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}{4cm
}
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
}}
32 %Button actions, standard context
33 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
34 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollBack}
35 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
36 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollFwd}
37 \newcommand{\ActionStdCancel}{\ButtonLeft or Long
\ButtonPlay}
38 \newcommand{\ActionStdContext}{Long
\ButtonSelect}
39 \newcommand{\ActionStdQuickScreen}{Long
\ButtonMenu}
40 \newcommand{\ActionStdMenu}{\ButtonMenu}
41 \newcommand{\ActionStdOk}{\ButtonSelect{} or
\ButtonRight}
43 %Button actions, wps context
44 \newcommand{\ActionWpsPlay}{\ButtonPlay}
45 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
46 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
47 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
48 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
50 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
51 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
52 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
54 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonMenu}
55 \newcommand{\ActionWpsMenu}{\ButtonMenu}
56 \newcommand{\ActionWpsContext}{Long
\ButtonSelect}
57 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
59 %Button actions, tree context
60 \newcommand{\ActionTreeWps}{\ButtonPlay}
61 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
62 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
63 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
65 %Button actions, YesNo context
66 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
68 %Button actions, Setting context
69 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
70 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
72 %Button actions, Virtual Keyboard Context
73 \newcommand{\ActionKbdLeft}{\ButtonLeft}
74 \newcommand{\ActionKbdRight}{\ButtonRight}
75 \newcommand{\ActionKbdSelect}{\ButtonSelect}
76 \newcommand{\ActionKbdDone}{\ButtonPlay}
77 \newcommand{\ActionKbdAbort}{\ButtonMenu}
78 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
79 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
80 \newcommand{\ActionKbdMorseInput}{Long
\ButtonMenu}
81 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
84 %Button actions, Pitch Screen context
85 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
86 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
87 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollFwd}
88 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
89 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollBack}
90 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
91 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
92 \newcommand{\ActionPsReset}{\ButtonMenu}
93 \newcommand{\ActionPsExit}{\ButtonSelect}