3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK
}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP
}
5 \edef\UseOption{\UseOption,HAVE_LCD_COLOR
}
6 \edef\UseOption{\UseOption,CONFIG_RTC
}
7 \edef\UseOption{\UseOption,SWCODEC
}
8 \edef\UseOption{\UseOption,IRIVER_H10_PAD
}
9 \edef\UseOption{\UseOption,iriver
}
11 \newcommand{\playerman}{Iriver
}
12 \newcommand{\playertype}{H10
}
13 \newcommand{\playerlongtype}{\playertype{} 20GB
}
14 \newcommand{\genericimg}{160x128x16
}
15 \newcommand{\specimg}{h10
}
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.h10
}}
21 \newcommand{\screenshotsize}{4cm
}
22 \newcommand{\disk}{hard disk
}
24 \newcommand{\ButtonLeft}{\btnfnt{Cancel
}}
25 \newcommand{\ButtonRight}{\btnfnt{Select
}}
26 \newcommand{\ButtonRew}{\btnfnt{Prev
}}
27 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
28 \newcommand{\ButtonFF}{\btnfnt{Next
}}
29 \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up
}}
30 \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down
}}
31 \newcommand{\ButtonPower}{\btnfnt{Power
}}
33 %Button actions, standard context
34 \newcommand{\ActionStdPrev}{\ButtonScrollUp}
35 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollUp}
36 \newcommand{\ActionStdNext}{\ButtonScrollDown}
37 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollDown}
38 \newcommand{\ActionStdCancel}{\ButtonLeft}
39 \newcommand{\ActionStdContext}{Long
\ButtonRight}
40 \newcommand{\ActionStdQuickScreen}{Long
\ButtonLeft}
41 \newcommand{\ActionStdMenu}{\ButtonPower}
42 \newcommand{\ActionStdOk}{\ButtonRight}
44 %Button actions, wps context
45 \newcommand{\ActionWpsPlay}{\ButtonPlay}
46 \newcommand{\ActionWpsSkipNext}{\ButtonFF}
47 \newcommand{\ActionWpsSkipPrev}{\ButtonRew}
48 \newcommand{\ActionWpsSeekBack}{Long
\ButtonRew}
49 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonFF}
51 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
52 \newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
53 \newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
55 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonLeft}
56 \newcommand{\ActionWpsMenu}{\ButtonPower}
57 \newcommand{\ActionWpsContext}{Long
\ButtonRight}
58 \newcommand{\ActionWpsBrowse}{\ButtonLeft}
59 \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+
\ButtonLeft}
60 \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+
\ButtonRight}
62 %Button actions, tree context
63 \newcommand{\ActionTreeWps}{\ButtonPlay}
64 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
65 \newcommand{\ActionTreeEnter}{\ButtonRight}
66 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
68 %Button actions, YesNo context
69 \newcommand{\ActionYesNoAccept}{\ButtonRight}
71 %Button actions, Setting context
72 \newcommand{\ActionSettingInc}{\ButtonScrollUp}
73 \newcommand{\ActionSettingDec}{\ButtonScrollDown}
75 %Button actions, Virtual Keyboard Context
76 \newcommand{\ActionKbdLeft}{\ButtonLeft}
77 \newcommand{\ActionKbdRight}{\ButtonRight}
78 \newcommand{\ActionKbdSelect}{\ButtonRew}
79 \newcommand{\ActionKbdDone}{\ButtonPlay}
80 \newcommand{\ActionKbdAbort}{\ButtonFF}
81 \newcommand{\ActionKbdUp}{\ButtonScrollUp}
82 \newcommand{\ActionKbdDown}{\ButtonScrollDown}
83 \newcommand{\ActionKbdMorseInput}{\ButtonPlay+
\ButtonRew}
84 \newcommand{\ActionKbdMorseSelect}{\ButtonRew}
86 %Button actions, Pitch Screen context
87 \newcommand{\ActionPsToggleMode}{\ButtonPower}
88 \newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
89 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollUp}
90 \newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
91 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollDown}
92 \newcommand{\ActionPsNudgeLeft}{\ButtonRew}
93 \newcommand{\ActionPsNudgeRight}{\ButtonFF}
94 \newcommand{\ActionPsReset}{\ButtonPlay}
95 \newcommand{\ActionPsExit}{\ButtonLeft}