Update MediaController project to remove the Record usage (not often needed) and...
[pub/USBasp.git] / Demos / Device / ClassDriver / KeyboardMouseMultiReport / Descriptors.h
index 0a9d729..7dbb331 100644 (file)
 
                /** Size in bytes of each of the HID reporting IN. */
                #define HID_EPSIZE                16
-               
+       
+       /* Enums: */
+               /** Enum for the HID report IDs used in the device. */
                enum
                {
-                       HID_REPORTID_MouseReport    = 0x01,
-                       HID_REPORTID_KeyboardReport = 0x02,
+                       HID_REPORTID_MouseReport    = 0x01, /**< Report ID for the Mouse report within the device. */
+                       HID_REPORTID_KeyboardReport = 0x02, /**< Report ID for the Keyboard report within the device. */
                } HID_Report_IDs;
 
        /* Function Prototypes: */