X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_usbmouse.h;h=731432846b18101c2ebbbe5c8cd060f8722e91b4;hb=ed5ab8253db569e0ed85a35cc9beff02a2d204bc;hp=c3b0971935b864b5efc16a32aed1d661d2950dac;hpb=decd8b673fa117699c29f80ce29a3972320237d4;p=bertos.git diff --git a/bertos/cfg/cfg_usbmouse.h b/bertos/cfg/cfg_usbmouse.h index c3b09719..73143284 100644 --- a/bertos/cfg/cfg_usbmouse.h +++ b/bertos/cfg/cfg_usbmouse.h @@ -38,6 +38,13 @@ #ifndef CFG_USBMOUSE_H #define CFG_USBMOUSE_H +/** + * Enable the usbmouse module. + * + * $WIZ$ type = "autoenabled" + */ +#define CONFIG_USBMOUSE 0 + /** * Module logging level. * @@ -54,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 */