summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200v4.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-m200v4.h')
-rw-r--r--firmware/export/config-m200v4.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index 16b704cea4..e23f3eb0e2 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -139,6 +139,19 @@
139/* Offset ( in the firmware file's header ) to the real data */ 139/* Offset ( in the firmware file's header ) to the real data */
140#define FIRMWARE_OFFSET_FILE_DATA 8 140#define FIRMWARE_OFFSET_FILE_DATA 8
141 141
142#ifndef BOOTLOADER
143
144#define USB_HANDLED_BY_OF
145
146#define CONFIG_USB USBOTG_AS3525
147
148/* enable these for the experimental usb stack */
149#define HAVE_USBSTACK
150#define USB_VENDOR_ID 0x0781
151#define USB_PRODUCT_ID 0x7431
152
153#endif /* BOOTLOADER */
154
142/* Software controlled LED */ 155/* Software controlled LED */
143#define CONFIG_LED LED_VIRTUAL 156#define CONFIG_LED LED_VIRTUAL
144 157