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
}
23 \newcommand{\ButtonLeft}{\btnfnt{Cancel
}}
24 \newcommand{\ButtonRight}{\btnfnt{Select
}}
25 \newcommand{\ButtonRew}{\btnfnt{Prev
}}
26 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
27 \newcommand{\ButtonFF}{\btnfnt{Next
}}
28 \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up
}}
29 \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down
}}
30 \newcommand{\ButtonPower}{\btnfnt{Power
}}
32 %Button actions, standard context
33 \newcommand{\ActionStdPrev}{\ButtonScrollUp}
34 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollUp}
35 \newcommand{\ActionStdNext}{\ButtonScrollDown}
36 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollDown}
37 \newcommand{\ActionStdCancel}{\ButtonLeft}
38 \newcommand{\ActionStdContext}{Long
\ButtonRight}
39 \newcommand{\ActionStdQuickScreen}{Long
\ButtonLeft}
40 \newcommand{\ActionStdMenu}{\ButtonPower}
41 \newcommand{\ActionStdOk}{\ButtonRight}
43 %Button actions, wps context
44 \newcommand{\ActionWpsPlay}{\ButtonPlay}
45 \newcommand{\ActionWpsSkipNext}{\ButtonFF}
46 \newcommand{\ActionWpsSkipPrev}{\ButtonRew}
47 \newcommand{\ActionWpsSeekBack}{Long
\ButtonRew}
48 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonFF}
50 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
51 \newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
52 \newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
54 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonLeft}
55 \newcommand{\ActionWpsMenu}{\ButtonPower}
56 \newcommand{\ActionWpsContext}{Long
\ButtonRight}
57 \newcommand{\ActionWpsBrowse}{\ButtonLeft}
58 \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+
\ButtonLeft}
59 \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+
\ButtonRight}
61 %Button actions, tree context
62 \newcommand{\ActionTreeWps}{\ButtonPlay}
63 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
64 \newcommand{\ActionTreeEnter}{\ButtonRight}
65 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
67 %Button actions, YesNo context
68 \newcommand{\ActionYesNoAccept}{\ButtonRight}
70 %Button actions, Setting context
71 \newcommand{\ActionSettingInc}{\ButtonScrollUp}
72 \newcommand{\ActionSettingDec}{\ButtonScrollDown}
74 %Button actions, Virtual Keyboard Context
75 \newcommand{\ActionKbdLeft}{\ButtonLeft}
76 \newcommand{\ActionKbdRight}{\ButtonRight}
77 \newcommand{\ActionKbdSelect}{\ButtonRew}
78 \newcommand{\ActionKbdDone}{\ButtonPlay}
79 \newcommand{\ActionKbdAbort}{\ButtonFF}
80 \newcommand{\ActionKbdUp}{\ButtonScrollUp}
81 \newcommand{\ActionKbdDown}{\ButtonScrollDown}
82 \newcommand{\ActionKbdMorseInput}{\ButtonPlay+
\ButtonRew}
83 \newcommand{\ActionKbdMorseSelect}{\ButtonRew}
85 %Button actions, Pitch Screen context
86 \newcommand{\ActionPsToggleMode}{\ButtonPower}
87 \newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
88 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollUp}
89 \newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
90 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollDown}
91 \newcommand{\ActionPsNudgeLeft}{\ButtonRew}
92 \newcommand{\ActionPsNudgeRight}{\ButtonFF}
93 \newcommand{\ActionPsReset}{\ButtonPlay}
94 \newcommand{\ActionPsExit}{\ButtonLeft}