USB_Descriptor_Interface_t Interface;\r
USB_Descriptor_HID_t KeyboardHID;\r
USB_Descriptor_Endpoint_t KeyboardEndpoint;\r
- USB_Descriptor_Endpoint_t KeyboardLEDsEndpoint;\r
} USB_Descriptor_Configuration_t;\r
\r
/* Macros: */\r
/** Endpoint number of the Keyboard HID reporting IN endpoint. */\r
#define KEYBOARD_EPNUM 1\r
-\r
- /** Endpoint number of the Keyboard HID reporting OUT endpoint. */\r
- #define KEYBOARD_LEDS_EPNUM 2\r
\r
/** Size in bytes of the Keyboard HID reporting IN and OUT endpoints. */ \r
#define KEYBOARD_EPSIZE 8\r