mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rgnano: Add manual code and missing AB reset mappings
Cleaned up manual changes, and for some reason i forgot to add ACTION_WPS_ABRESET mappings before so here it is, needed for the manual wps section. Change-Id: If7ab8b146e84f91bb51a3ed03fb872ef3bab4d1f
This commit is contained in:
parent
53ae37825f
commit
01a4f3eec9
49 changed files with 540 additions and 181 deletions
|
|
@ -8,7 +8,8 @@ a screen containing tokens of only one colour.
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
|
|
@ -29,6 +30,7 @@ a screen containing tokens of only one colour.
|
|||
\opt{SANSA_CLIP_PAD}{\ButtonHome}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Flip \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
|
||||
|
|
@ -42,6 +44,7 @@ a screen containing tokens of only one colour.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome{} + \ButtonPrev{}}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Shuffle \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
|
||||
|
|
@ -57,6 +60,7 @@ a screen containing tokens of only one colour.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome{} + \ButtonNext{}}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Solve \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
|
||||
|
|
@ -74,6 +78,7 @@ a screen containing tokens of only one colour.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome{} + \ButtonPlay{}}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Solve step by step \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
|
||||
|
|
@ -88,5 +93,6 @@ a screen containing tokens of only one colour.
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit the game \\
|
||||
\end{btnmap}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue