1
0
Fork 0
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:
Marc Guay 2008-07-04 18:12:01 +00:00
parent 33d8bb15e2
commit a5f99f2a51
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ enum {
#define USBPOWER_BUTTON BUTTON_MENU #define USBPOWER_BUTTON BUTTON_MENU
#define USBPOWER_BTN_IGNORE BUTTON_PLAY #define USBPOWER_BTN_IGNORE BUTTON_PLAY
#elif CONFIG_KEYPAD == IRIVER_H300_PAD #elif CONFIG_KEYPAD == IRIVER_H300_PAD
#define USBPOWER_BUTTON BUTTON_REC #define USBPOWER_BUTTON BUTTON_MODE
#define USBPOWER_BTN_IGNORE BUTTON_ON #define USBPOWER_BTN_IGNORE BUTTON_ON
#elif CONFIG_KEYPAD == GIGABEAT_PAD #elif CONFIG_KEYPAD == GIGABEAT_PAD
#define USBPOWER_BUTTON BUTTON_MENU #define USBPOWER_BUTTON BUTTON_MENU

View file

@ -43,7 +43,7 @@
\newcommand{\ActionQuickScreenExit}{\ButtonMode} \newcommand{\ActionQuickScreenExit}{\ButtonMode}
\newcommand{\ActionStdMenu}{\ButtonMode} \newcommand{\ActionStdMenu}{\ButtonMode}
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
\newcommand{\ActionStdUsbCharge}{\ButtonRec} \newcommand{\ActionStdUsbCharge}{\ButtonMode}
\newcommand{\ActionStdRec}{Long \ButtonRec} \newcommand{\ActionStdRec}{Long \ButtonRec}
%Button actions, wps context %Button actions, wps context