X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_usbmouse.h;h=731432846b18101c2ebbbe5c8cd060f8722e91b4;hb=e5dbc5ca1aa5b9dcdacd0b736ee40c15546fcee0;hp=89ff4c531ddab571251b1722770b0f0d88fe33b8;hpb=46a1dfc5b039beb4495945e534c746bcce91edae;p=bertos.git diff --git a/bertos/cfg/cfg_usbmouse.h b/bertos/cfg/cfg_usbmouse.h index 89ff4c53..73143284 100644 --- a/bertos/cfg/cfg_usbmouse.h +++ b/bertos/cfg/cfg_usbmouse.h @@ -61,4 +61,18 @@ */ #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 */