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,HAVE_BACKLIGHT
}
11 \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS
}
12 \edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING
}
13 \edef\UseOption{\UseOption,HAVE_DIRCACHE
}
14 \edef\UseOption{\UseOption,ipod
}
16 \newcommand{\playerman}{Ipod
}
17 \newcommand{\playertype}{Nano
}
18 \newcommand{\playerlongtype}{\playertype{} 1st generation
}
19 \newcommand{\genericimg}{176x132x16
}
20 \newcommand{\specimg}{ipodnano
}
21 %Used to name the player, e.g. ...to the \dap
22 \newcommand{\dap}{player
}
23 %For use when referring to the player. E.g. the \daps\ capacity ...
24 \newcommand{\daps}{player's
}
25 \newcommand{\firmwarefilename}{\fname{rockbox.ipod
}}
26 \newcommand{\screenshotsize}{4cm
}
27 \newcommand{\disk}{flash storage
}
29 \newcommand{\ButtonLeft}{\btnfnt{Prev
}}
30 \newcommand{\ButtonRight}{\btnfnt{Next
}}
31 \newcommand{\ButtonMenu}{\btnfnt{Menu
}}
32 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
33 \newcommand{\ButtonSelect}{\btnfnt{Select
}}
34 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd
}}
35 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back
}}
36 \newcommand{\ButtonHold}{\btnfnt{Hold
}}
38 %Button actions, standard context
39 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
40 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollBack}
41 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
42 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollFwd}
43 \newcommand{\ActionStdCancel}{\ButtonLeft or Long
\ButtonPlay}
44 \newcommand{\ActionStdContext}{Long
\ButtonSelect}
45 \newcommand{\ActionStdQuickScreen}{Long
\ButtonMenu}
46 \newcommand{\ActionStdMenu}{\ButtonMenu}
47 \newcommand{\ActionStdOk}{\ButtonSelect{} or
\ButtonRight}
49 %Button actions, wps context
50 \newcommand{\ActionWpsPlay}{\ButtonPlay}
51 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
52 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
53 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
54 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
56 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
57 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
58 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
60 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonMenu}
61 \newcommand{\ActionWpsMenu}{\ButtonMenu}
62 \newcommand{\ActionWpsContext}{Long
\ButtonSelect}
63 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
65 %Button actions, tree context
66 \newcommand{\ActionTreeWps}{\ButtonPlay}
67 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
68 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
69 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
71 %Button actions, YesNo context
72 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
74 %Button actions, Setting context
75 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
76 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
78 %Button actions, Alarm screen
79 \newcommand{\ActionAlarmSet}{\ButtonSelect}
80 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
81 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
82 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
84 %Button actions, Virtual Keyboard Context
85 \newcommand{\ActionKbdLeft}{\ButtonLeft}
86 \newcommand{\ActionKbdRight}{\ButtonRight}
87 \newcommand{\ActionKbdSelect}{\ButtonSelect}
88 \newcommand{\ActionKbdDone}{\ButtonPlay}
89 \newcommand{\ActionKbdAbort}{\ButtonMenu}
90 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
91 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
92 \newcommand{\ActionKbdMorseInput}{Long
\ButtonMenu}
93 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
95 %Button actions, Pitch Screen context
96 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
97 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
98 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollFwd}
99 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
100 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollBack}
101 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
102 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
103 \newcommand{\ActionPsReset}{\ButtonMenu}
104 \newcommand{\ActionPsExit}{\ButtonSelect}