USB: integrate vendor and product ID configuration in the wizard
[bertos.git] / bertos / cfg / cfg_usbkbd.h
index 967b541fc2080b53c0128ff0f429e435eba03196..5b6fb65ac7f348b4fe3c28859b669863212b2bb2 100644 (file)
  */
 #define USB_KEYBOARD_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * USB vendor ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_KEYBOARD_VENDOR_ID      0x046d
+
+/**
+ * USB product ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_KEYBOARD_PRODUCT_ID     0xffff
+
 #endif /* CFG_USB_KEYBOARD_H */