diff options
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r-- | firmware/export/config/gigabeats.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index cf560aa35f..3b3a717e20 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -217,6 +217,10 @@ #define USB_VENDOR_ID 0x0930 #define USB_PRODUCT_ID 0x0010 #define HAVE_USB_HID_MOUSE +#ifdef BOOTLOADER +/* enable bootloader USB mode - ONLY define when also BOOTLOADER */ +#define HAVE_BOOTLOADER_USB_MODE +#endif /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF |