USB_Descriptor_Interface_t KeyboardInterface;\r
USB_Descriptor_HID_t KeyboardHID;\r
USB_Descriptor_Endpoint_t KeyboardInEndpoint;\r
- USB_Descriptor_Endpoint_t KeyboardOutEndpoint;\r
USB_Descriptor_Interface_t MouseInterface;\r
USB_Descriptor_HID_t MouseHID;\r
USB_Descriptor_Endpoint_t MouseInEndpoint;\r
/** Endpoint number of the Keyboard HID reporting IN endpoint. */\r
#define KEYBOARD_IN_EPNUM 1\r
\r
- /** Endpoint number of the Keyboard HID reporting OUT endpoint. */\r
- #define KEYBOARD_OUT_EPNUM 2\r
-\r
/** Endpoint number of the Mouse HID reporting IN endpoint. */\r
#define MOUSE_IN_EPNUM 3\r
\r