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, 3 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 59c0004416..e725f0aff4 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -98,6 +98,9 @@ enum {
98#elif CONFIG_KEYPAD == ONDAVX747_PAD 98#elif CONFIG_KEYPAD == ONDAVX747_PAD
99#define USBPOWER_BUTTON BUTTON_VOL_UP 99#define USBPOWER_BUTTON BUTTON_VOL_UP
100#define USBPOWER_BTN_IGNORE BUTTON_VOL_DOWN 100#define USBPOWER_BTN_IGNORE BUTTON_VOL_DOWN
101#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
102#define USBPOWER_BUTTON BUTTON_REC
103#define USBPOWER_BTN_IGNORE BUTTON_POWER
101#endif 104#endif
102#endif /* HAVE_USB_POWER */ 105#endif /* HAVE_USB_POWER */
103 106