Added multiple Report ID support to the HID class driver. Removed OUT endpoint suppor...
[pub/USBasp.git] / Demos / Device / Keyboard / Descriptors.h
index 0a95ca0..40b358c 100644 (file)
                        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