From 6b9de1ea919b93f71458dafd240bb82e7479fc1f Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 5 Jun 2010 14:42:36 +0000 Subject: 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 --- manual/platform/iaudiom5.tex | 2 ++ manual/platform/iaudiox5.tex | 2 ++ manual/platform/remote-keymap-iaudio.tex | 1 + 3 files changed, 5 insertions(+) diff --git a/manual/platform/iaudiom5.tex b/manual/platform/iaudiom5.tex index cb82597bdd..2d63dc8bb1 100644 --- a/manual/platform/iaudiom5.tex +++ b/manual/platform/iaudiom5.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 to external keymap file \input{platform/keymap-iaudiomx5.tex} +\input{platform/remote-keymap-iaudio.tex} diff --git a/manual/platform/iaudiox5.tex b/manual/platform/iaudiox5.tex index 0c85ab9470..1909307d2f 100644 --- a/manual/platform/iaudiox5.tex +++ b/manual/platform/iaudiox5.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} diff --git a/manual/platform/remote-keymap-iaudio.tex b/manual/platform/remote-keymap-iaudio.tex index 7c9a5e3200..8851a43e1a 100644 --- a/manual/platform/remote-keymap-iaudio.tex +++ b/manual/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} -- cgit v1.2.3