USB: integrate vendor and product ID configuration in the wizard
[bertos.git] / bertos / cfg / cfg_usbmouse.h
index 89ff4c531ddab571251b1722770b0f0d88fe33b8..731432846b18101c2ebbbe5c8cd060f8722e91b4 100644 (file)
  */
 #define USB_MOUSE_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * USB vendor ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_MOUSE_VENDOR_ID      0xffff
+
+/**
+ * USB product ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_MOUSE_PRODUCT_ID     0x0000
+
 #endif /* CFG_USBMOUSE_H */