mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#7814 - Enable RTC Alarms on H300, X5, and M5
Original patch by Alexander Spyridakis Modified by Steve Bavin and Igor Poretsky Keymap fixes by Marianne Arnold Change-Id: I5a252d97d2b05c533e048931f7354f4261f76499
This commit is contained in:
parent
df1d386019
commit
9b3f22ac3a
7 changed files with 132 additions and 0 deletions
|
@ -27,3 +27,10 @@
|
|||
% link external keymap file
|
||||
\input{platform/keymap-iriverh100_h300.tex}
|
||||
|
||||
% Unique to h300
|
||||
%
|
||||
%Button actions, Alarm screen
|
||||
\newcommand{\ActionAlarmSet}{\ButtonSelect{} or \ButtonPlay}
|
||||
\newcommand{\ActionAlarmCancel}{\ButtonPower{} or \ButtonRec}
|
||||
\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
|
||||
\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
|
||||
|
|
|
@ -49,6 +49,12 @@
|
|||
\newcommand{\ActionSettingInc}{\ButtonUp}
|
||||
\newcommand{\ActionSettingDec}{\ButtonDown}
|
||||
|
||||
%Button actions, Alarm screen
|
||||
\newcommand{\ActionAlarmSet}{\ButtonSelect{} or \ButtonPlay}
|
||||
\newcommand{\ActionAlarmCancel}{\ButtonPower{} or \ButtonRec}
|
||||
\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
|
||||
\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
|
||||
|
||||
%Button actions, Virtual Keyboard Context
|
||||
\newcommand{\ActionKbdLeft}{\ButtonLeft}
|
||||
\newcommand{\ActionKbdRight}{\ButtonRight}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue