diff --git a/firmware/export/config.h b/firmware/export/config.h index 4cd178e405..bcea581141 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1396,6 +1396,10 @@ Lyre prototype 1 */ #define USB_ENABLE_AUDIO #endif +#if defined(USB_HAS_INTERRUPT) && defined(USB_HAS_ISOCHRONOUS) && USB_VENDOR_ID == 0x05ac +#define USB_ENABLE_IAP +#endif + #endif /* BOOTLOADER */ #endif /* HAVE_USBSTACK */