Reformat.
[bertos.git] / bertos / cfg / cfg_usbmouse.h
index c3b0971935b864b5efc16a32aed1d661d2950dac..731432846b18101c2ebbbe5c8cd060f8722e91b4 100644 (file)
 #ifndef CFG_USBMOUSE_H
 #define CFG_USBMOUSE_H
 
+/**
+ * Enable the usbmouse module.
+ *
+ * $WIZ$ type = "autoenabled"
+ */
+#define CONFIG_USBMOUSE 0
+
 /**
  * Module logging level.
  *
  */
 #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 */