summaryrefslogtreecommitdiff
path: root/firmware/export/config-c200v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-c200v2.h')
-rw-r--r--firmware/export/config-c200v2.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h
index ae2cd04c0b..cde5e9b0e5 100644
--- a/firmware/export/config-c200v2.h
+++ b/firmware/export/config-c200v2.h
@@ -168,17 +168,21 @@
168/* Type of LCD : Samsung S6B33B2 */ 168/* Type of LCD : Samsung S6B33B2 */
169#define CONFIG_LCD LCD_C200 169#define CONFIG_LCD LCD_C200
170 170
171#define USB_HANDLED_BY_OF
172
173#ifndef BOOTLOADER 171#ifndef BOOTLOADER
174#define HAVE_MULTIVOLUME 172#define HAVE_MULTIVOLUME
175#define HAVE_HOTSWAP 173#define HAVE_HOTSWAP
176#endif 174
175#define USB_HANDLED_BY_OF
176
177#define CONFIG_USB USBOTG_AS3525
177 178
178/* enable these for the experimental usb stack */ 179/* enable these for the experimental usb stack */
179//#define HAVE_USBSTACK 180#define HAVE_USBSTACK
180//#define USB_VENDOR_ID 0x0781 181#define USB_VENDOR_ID 0x0781
181//#define USB_PRODUCT_ID 0x7452 182#define USB_PRODUCT_ID 0x7452
183
184#endif /* BOOTLOADER */
185
182/* Virtual LED (icon) */ 186/* Virtual LED (icon) */
183#define CONFIG_LED LED_VIRTUAL 187#define CONFIG_LED LED_VIRTUAL
184 188