X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_usbmouse.h;fp=boards%2Fsam3x-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_usbmouse.h;h=0000000000000000000000000000000000000000;hb=059709cc35dbe6cfd47c6b18e1177034a8fccbf6;hp=731432846b18101c2ebbbe5c8cd060f8722e91b4;hpb=619741c672e2bd145d479ea4936dbd3532372151;p=bertos.git diff --git a/boards/sam3x-ek/templates/empty/cfg/cfg_usbmouse.h b/boards/sam3x-ek/templates/empty/cfg/cfg_usbmouse.h deleted file mode 100644 index 73143284..00000000 --- a/boards/sam3x-ek/templates/empty/cfg/cfg_usbmouse.h +++ /dev/null @@ -1,78 +0,0 @@ -/** - * \file - * - * - * \author Andrea Righi - * - * \brief Configuration file for the usbmouse driver module - */ - -#ifndef CFG_USBMOUSE_H -#define CFG_USBMOUSE_H - -/** - * Enable the usbmouse module. - * - * $WIZ$ type = "autoenabled" - */ -#define CONFIG_USBMOUSE 0 - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define USB_MOUSE_LOG_LEVEL LOG_LVL_INFO - -/** - * module logging format. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#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 */