+               /** LED mask for the library LED driver, to indicate that the USB interface is ready. */\r
+               #define LEDMASK_USB_READY        (LEDS_LED2 | LEDS_LED4)\r
+\r
+               /** 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