diff --git a/tmk_core/protocol/usb_descriptor.h b/tmk_core/protocol/usb_descriptor.h index 1095192c72c..27058b7c123 100644 --- a/tmk_core/protocol/usb_descriptor.h +++ b/tmk_core/protocol/usb_descriptor.h @@ -47,7 +47,7 @@ #ifdef PROTOCOL_CHIBIOS # include -# if STM32_USB_USE_OTG1 == TRUE +# if STM32_USB_USE_OTG1 == TRUE || STM32_USB_USE_OTG2 == TRUE # define USB_ENDPOINTS_ARE_REORDERABLE # endif #endif