BeRTOS
cfg_usbmouse.h
Go to the documentation of this file.
00001 
00038 #ifndef CFG_USBMOUSE_H
00039 #define CFG_USBMOUSE_H
00040 
00046 #define CONFIG_USBMOUSE 0
00047 
00054 #define USB_MOUSE_LOG_LEVEL      LOG_LVL_INFO
00055 
00062 #define USB_MOUSE_LOG_FORMAT     LOG_FMT_TERSE
00063 
00069 #define USB_MOUSE_VENDOR_ID      0xffff
00070 
00076 #define USB_MOUSE_PRODUCT_ID     0x0000
00077 
00078 #endif /* CFG_USBMOUSE_H */