forked from len0rd/rockbox
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
|
|
@ -28,11 +28,12 @@ block and crosses which allow you to choose a replacement block.
|
|||
|
||||
\nopt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
|
||||
,PBELL_VIBE500_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD%
|
||||
,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonSelect}
|
||||
,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD,RG_NANO_PAD}{\ButtonSelect}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonRight}
|
||||
\opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
\opt{touchscreen}{\TouchCenter}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
|
@ -54,6 +55,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{touchscreen}{\TouchTopRight}
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower + \ButtonHome}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
|
@ -73,6 +75,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonFF}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonUp}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolUp}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
|
@ -92,6 +95,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{MPIO_HD200_PAD}{\ButtonPlay{} + \ButtonRew}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonDown}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolDown}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
|
@ -110,6 +114,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue