forked from len0rd/rockbox
Enable info about the Iaudio remote keymapping in the M5 and X5 manual. Only 'actions' are included now, it still needs a check for accuracy and updating some button tables.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26579 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
48832cd20a
commit
6b9de1ea91
3 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
|
||||
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
|
||||
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
|
||||
\edef\UseOption{\UseOption,HAVEREMOTEKEYMAP}
|
||||
\edef\UseOption{\UseOption,iaudio}
|
||||
|
||||
\newcommand{\playerman}{Iaudio}
|
||||
|
@ -26,3 +27,4 @@
|
|||
|
||||
% link to external keymap file
|
||||
\input{platform/keymap-iaudiomx5.tex}
|
||||
\input{platform/remote-keymap-iaudio.tex}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
|
||||
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
|
||||
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
|
||||
\edef\UseOption{\UseOption,HAVEREMOTEKEYMAP}
|
||||
\edef\UseOption{\UseOption,iaudio}
|
||||
|
||||
\newcommand{\playerman}{Iaudio}
|
||||
|
@ -26,3 +27,4 @@
|
|||
|
||||
% link external keymap file
|
||||
\input{platform/keymap-iaudiomx5.tex}
|
||||
\input{platform/remote-keymap-iaudio.tex}
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
\newcommand{\ActionRCKbdSelect}{\ButtonRCPlay}
|
||||
\newcommand{\ActionRCKbdDone}{Long \ButtonRCPlay}
|
||||
\newcommand{\ActionRCKbdAbort}{\ButtonRec}
|
||||
\newcommand{\ActionRCKbdMorseSelect}{}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionRCPsToggleMode}{\ButtonRCMode}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue