/** LED mask for the library LED driver, to indicate that an error has occurred in the USB interface. */\r
#define LEDMASK_USB_ERROR (LEDS_LED1 | LEDS_LED3)\r
\r
+ /** HID Report Type to indicate an IN report. */\r
+ #define REPORT_TYPE_IN 1\r
+\r
+ /** HID Report Type to indicate an OUT report. */\r
+ #define REPORT_TYPE_OUT 2\r
+\r
+ /** HID Report Type to indicate a FEATURE report. */\r
+ #define REPORT_TYPE_FEATURE 3\r
+ \r
/* Function Prototypes: */\r
void SetupHardware(void);\r
void HID_Host_Task(void);\r