Added multiple Report ID support to the HID class driver. Removed OUT endpoint suppor...
[pub/USBasp.git] / Demos / Device / KeyboardMouse / Descriptors.h
index 152e511..1dcad08 100644 (file)
@@ -54,7 +54,6 @@
                        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
@@ -64,9 +63,6 @@
                /** 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