diff options
Diffstat (limited to 'manual/platform/h10.tex')
-rw-r--r-- | manual/platform/h10.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index fac13bf91b..31a2c3749a 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -7,6 +7,7 @@ \edef\UseOption{\UseOption,HAVE_LCD_SLEEP} \edef\UseOption{\UseOption,HAVE_LCD_COLOR} \edef\UseOption{\UseOption,CONFIG_RTC} +\edef\UseOption{\UseOption,HAVE_RTC_ALARM} \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IRIVER_H10_PAD} \edef\UseOption{\UseOption,HAVE_BACKLIGHT} @@ -81,6 +82,12 @@ \newcommand{\ActionSettingInc}{\ButtonScrollUp} \newcommand{\ActionSettingDec}{\ButtonScrollDown} +%Button actions, Alarm screen +\newcommand{\ActionAlarmSet}{\ActionStdOk} +\newcommand{\ActionAlarmCancel}{\ActionStdCancel} +\newcommand{\ActionAlarmHoursInc}{\ButtonRew} +\newcommand{\ActionAlarmHoursDec}{\ButtonFF} + %Button actions, Virtual Keyboard Context \newcommand{\ActionKbdLeft}{\ButtonLeft} \newcommand{\ActionKbdRight}{\ButtonRight} |