diff options
| -rw-r--r-- | firmware/export/usb.h | 2 | ||||
| -rw-r--r-- | manual/platform/h300.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 04cb3ea..9952a07 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -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 diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index 39502b2..78ab41b 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex @@ -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 |