]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/_buildvars.h
Adding example logo to the lcdtest and bmp conversion script.
[kiibohd-controller.git] / Bootloader / _buildvars.h
index 17a3557e30c51ad751c8ee2c00ba2e9d6d096c96..4097a7a368142e89808616a063667c684f3337fa 100644 (file)
 // ----- Defines -----
 
 // You can change these to give your code its own name.
-#define STR_MANUFACTURER       u"Kiibohd"
-#define STR_PRODUCT            u"Kiibohd DFU Bootloader"
+#define STR_MANUFACTURER        u"Kiibohd"
+#define STR_PRODUCT             u"Kiibohd DFU Bootloader"
 #define STR_SERIAL              u"@CHIP@"
+#define STR_ALTNAME             u"@BOOT_DFU_ALTNAME@"
 
 
 // Mac OS-X and Linux automatically load the correct drivers.  On
 // Windows, even though the driver is supplied by Microsoft, an
 // INF file is needed to load the driver.  These numbers need to
 // match the INF file.
-#define VENDOR_ID              @BOOT_VENDOR_ID@
-#define PRODUCT_ID             @BOOT_PRODUCT_ID@
+#define VENDOR_ID         @BOOT_VENDOR_ID@
+#define PRODUCT_ID        @BOOT_PRODUCT_ID@
 
 #endif