diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2010-06-11 22:45:18 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2010-06-11 22:45:18 +0000 |
| commit | 8c8b0b37c2e0649394ba4b4c12bbbb5cd13cf23f (patch) | |
| tree | ebcb772aab83c266626c3a366e26b96eb7eb929d | |
| parent | 467f15ee596b6ab871265f91f45be5272e48e057 (diff) | |
| download | rockbox-8c8b0b37c2e0649394ba4b4c12bbbb5cd13cf23f.zip rockbox-8c8b0b37c2e0649394ba4b4c12bbbb5cd13cf23f.tar.gz rockbox-8c8b0b37c2e0649394ba4b4c12bbbb5cd13cf23f.tar.bz2 rockbox-8c8b0b37c2e0649394ba4b4c12bbbb5cd13cf23f.tar.xz | |
Enable the IAUDIO_RC_PAD macro for the M5 and X5 too, so that tables using this instead of the platform files' actions can be filled too. Complete the table in the quick start section mentioning how to start and shut down Rockbox for the Iaudio remote while at it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26805 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/iaudiom5.tex | 1 | ||||
| -rw-r--r-- | manual/platform/iaudiox5.tex | 1 | ||||
| -rw-r--r-- | manual/rockbox_interface/main.tex | 23 |
3 files changed, 17 insertions, 8 deletions
diff --git a/manual/platform/iaudiom5.tex b/manual/platform/iaudiom5.tex index 2d63dc8..badd96a 100644 --- a/manual/platform/iaudiom5.tex +++ b/manual/platform/iaudiom5.tex @@ -2,6 +2,7 @@ \def\UseOption{m5} \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} \edef\UseOption{\UseOption,IAUDIO_X5_PAD} +\edef\UseOption{\UseOption,IAUDIO_RC_PAD} \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} \edef\UseOption{\UseOption,HAVE_BACKLIGHT} \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} diff --git a/manual/platform/iaudiox5.tex b/manual/platform/iaudiox5.tex index 1909307..3b6547c 100644 --- a/manual/platform/iaudiox5.tex +++ b/manual/platform/iaudiox5.tex @@ -2,6 +2,7 @@ \def\UseOption{x5} \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} \edef\UseOption{\UseOption,IAUDIO_X5_PAD} +\edef\UseOption{\UseOption,IAUDIO_RC_PAD} \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} \edef\UseOption{\UseOption,HAVE_BACKLIGHT} \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 50d41c8..a58aaa2 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -508,10 +508,14 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,PBELL_VIBE500_PAD% }{\ButtonPower}% \opt{COWON_D2_PAD} {\ButtonPower{}, then \ButtonHold}% - \opt{HAVEREMOTEKEYMAP}{& - \opt{IRIVER_RC_H100_PAD}{\ButtonRCOn}% - } - & Start Rockbox.\\ + & + \opt{HAVEREMOTEKEYMAP}{ + \opt{IRIVER_RC_H100_PAD}{\ButtonRCOn}% + \opt{IAUDIO_RC_PAD}{\ButtonRCPlay} + &} + Start Rockbox + \\ + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}% \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}% \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}% @@ -520,10 +524,13 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,COWON_D2_PAD% ,PBELL_VIBE500_PAD}{Long \ButtonPower}% - \opt{HAVEREMOTEKEYMAP}{& - \opt{IRIVER_RC_H100_PAD}{Long \ButtonRCStop}% - } - & Shutdown Rockbox.\\ + & + \opt{HAVEREMOTEKEYMAP}{ + \opt{IRIVER_RC_H100_PAD}{Long \ButtonRCStop}% + \opt{IAUDIO_RC_PAD}{Long \ButtonRCPlay} + &} + Shutdown Rockbox + \\ \end{btnmap} \label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings. |