forked from len0rd/rockbox
Bring the H300 charging-only button in line with the other targets. Hold the AB button on connect for this feature. To discuss a greater reworking of the function, see FS#8702.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17940 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
33d8bb15e2
commit
a5f99f2a51
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ enum {
|
|||
#define USBPOWER_BUTTON BUTTON_MENU
|
||||
#define USBPOWER_BTN_IGNORE BUTTON_PLAY
|
||||
#elif CONFIG_KEYPAD == IRIVER_H300_PAD
|
||||
#define USBPOWER_BUTTON BUTTON_REC
|
||||
#define USBPOWER_BUTTON BUTTON_MODE
|
||||
#define USBPOWER_BTN_IGNORE BUTTON_ON
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_PAD
|
||||
#define USBPOWER_BUTTON BUTTON_MENU
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
\newcommand{\ActionQuickScreenExit}{\ButtonMode}
|
||||
\newcommand{\ActionStdMenu}{\ButtonMode}
|
||||
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
||||
\newcommand{\ActionStdUsbCharge}{\ButtonRec}
|
||||
\newcommand{\ActionStdUsbCharge}{\ButtonMode}
|
||||
\newcommand{\ActionStdRec}{Long \ButtonRec}
|
||||
|
||||
%Button actions, wps context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue