summaryrefslogtreecommitdiff
path: root/firmware/export/config-tpj1022.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-tpj1022.h')
-rw-r--r--firmware/export/config-tpj1022.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h
index c0df0a34d8..d5f348132a 100644
--- a/firmware/export/config-tpj1022.h
+++ b/firmware/export/config-tpj1022.h
@@ -83,7 +83,7 @@
83#define BATTERY_TYPES_COUNT 1 /* only one type */ 83#define BATTERY_TYPES_COUNT 1 /* only one type */
84 84
85/* Hardware controlled charging? FIXME */ 85/* Hardware controlled charging? FIXME */
86//#define CONFIG_CHARGING CHARGING_SIMPLE 86#define CONFIG_CHARGING CHARGING_SIMPLE
87 87
88/* define this if the unit can be powered or charged via USB */ 88/* define this if the unit can be powered or charged via USB */
89/*#define HAVE_USB_POWER*/ 89/*#define HAVE_USB_POWER*/
@@ -124,6 +124,13 @@
124/* USB On-the-go */ 124/* USB On-the-go */
125#define CONFIG_USBOTG USBOTG_ARC 125#define CONFIG_USBOTG USBOTG_ARC
126 126
127/* define this if the unit can be powered or charged via USB */
128#define HAVE_USB_POWER
129
130/* enable these for the experimental usb stack ROOLKU */
131#define HAVE_USBSTACK
132#define USB_VENDOR_ID 0x07B4
133#define USB_PRODUCT_ID 0x0280
127/* Virtual LED (icon) */ 134/* Virtual LED (icon) */
128#define CONFIG_LED LED_VIRTUAL 135#define CONFIG_LED LED_VIRTUAL
129 136