comparison Bootloader/_buildvars.h @ 194:fc6b5d0867b7

Updating udev rules to reflect the USB ID changes. - Fixed USB Vendor name as well
author Jacob Alexander <haata@kiibohd.com>
date Fri, 15 Aug 2014 11:27:16 -0700
parents b091bb09c55f
children f9c406854bc2
comparison
equal deleted inserted replaced
193:b091bb09c55f 194:fc6b5d0867b7
27 27
28 28
29 // ----- Defines ----- 29 // ----- Defines -----
30 30
31 // You can change these to give your code its own name. 31 // You can change these to give your code its own name.
32 #define STR_MANUFACTURER u"@MANUFACTURER@" 32 #define STR_MANUFACTURER u"Kiibohd"
33 #define STR_PRODUCT u"Kiibohd DFU Bootloader" 33 #define STR_PRODUCT u"Kiibohd DFU Bootloader"
34 #define STR_SERIAL u"@CHIP@" 34 #define STR_SERIAL u"@CHIP@"
35 35
36 36
37 // Mac OS-X and Linux automatically load the correct drivers. On 37 // Mac OS-X and Linux automatically load the correct drivers. On