summaryrefslogtreecommitdiff
path: root/firmware/export/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/usb.h')
-rw-r--r--firmware/export/usb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 0977ff4d7d..c2487f3563 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -50,7 +50,8 @@
50#elif CONFIG_KEYPAD == GIGABEAT_S_PAD 50#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
51#define USBPOWER_BUTTON BUTTON_MENU 51#define USBPOWER_BUTTON BUTTON_MENU
52#define USBPOWER_BTN_IGNORE BUTTON_BACK 52#define USBPOWER_BTN_IGNORE BUTTON_BACK
53#elif CONFIG_KEYPAD == IRIVER_H10_PAD 53#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) || \
54 (CONFIG_KEYPAD == MROBE100_PAD)
54#define USBPOWER_BUTTON BUTTON_RIGHT 55#define USBPOWER_BUTTON BUTTON_RIGHT
55#define USBPOWER_BTN_IGNORE BUTTON_POWER 56#define USBPOWER_BTN_IGNORE BUTTON_POWER
56#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ 57#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \