Update stm32 examples cfg.
[bertos.git] / boards / stm32-p103 / examples / usbkeyboard / cfg / cfg_usbkbd.h
index f01088ee8733ade155333899c7585fd50db5f432..0865f8648da48f2bf1783789240c9a2a1d2991e6 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 */