Fix manual building for iPod 1G/2G/3G - scrollwheel is not defined for these in addition to
the mini. IPOD_1G2G is not currently used, put in here in preparation of fixing this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5883f09ace
commit
807fd0d363
1 changed files with 4 additions and 4 deletions
|
@ -23,15 +23,15 @@ play music.}
|
|||
\subsubsection{Keys}
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
\opt{scrollwheel,ipodmini,IRIVER_H10_PAD}{
|
||||
\opt{scrollwheel,ipodmini}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
\opt{scrollwheel,ipodmini,IPOD_1G2G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{
|
||||
\opt{scrollwheel,ipodmini,IPOD_1G2G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
|
||||
& Scroll through albums / track list\\}
|
||||
|
||||
\nopt{scrollwheel,ipodmini,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight
|
||||
\nopt{scrollwheel,ipodmini,IPOD_1G2G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight
|
||||
& Scroll through albums\\}
|
||||
|
||||
\nopt{scrollwheel,ipodmini,SANSA_C200_PAD,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown
|
||||
\nopt{scrollwheel,ipodmini,IPOD_1G2G_PAD,IPOD_3G_PAD,SANSA_C200_PAD,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown
|
||||
& Scroll through track list\\}
|
||||
|
||||
\opt{SANSA_C200_PAD}{\ButtonUp
|
||||
|
|
Loading…
Reference in a new issue