|
|
@ -208,9 +208,11 @@ void EVENT_USB_Device_ConfigurationChanged(void)
|
|
|
|
/* Setup Console HID Report Endpoints */
|
|
|
|
/* Setup Console HID Report Endpoints */
|
|
|
|
ConfigSuccess &= ENDPOINT_CONFIG(CONSOLE_IN_EPNUM, EP_TYPE_INTERRUPT, ENDPOINT_DIR_IN,
|
|
|
|
ConfigSuccess &= ENDPOINT_CONFIG(CONSOLE_IN_EPNUM, EP_TYPE_INTERRUPT, ENDPOINT_DIR_IN,
|
|
|
|
CONSOLE_EPSIZE, ENDPOINT_BANK_DOUBLE);
|
|
|
|
CONSOLE_EPSIZE, ENDPOINT_BANK_DOUBLE);
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
ConfigSuccess &= ENDPOINT_CONFIG(CONSOLE_OUT_EPNUM, EP_TYPE_INTERRUPT, ENDPOINT_DIR_OUT,
|
|
|
|
ConfigSuccess &= ENDPOINT_CONFIG(CONSOLE_OUT_EPNUM, EP_TYPE_INTERRUPT, ENDPOINT_DIR_OUT,
|
|
|
|
CONSOLE_EPSIZE, ENDPOINT_BANK_SINGLE);
|
|
|
|
CONSOLE_EPSIZE, ENDPOINT_BANK_SINGLE);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef NKRO_ENABLE
|
|
|
|
#ifdef NKRO_ENABLE
|
|
|
|
/* Setup NKRO HID Report Endpoints */
|
|
|
|
/* Setup NKRO HID Report Endpoints */
|
|
|
|