Merge branch 'master' of https://github.com/smasher816/controller
This commit is contained in:
		
						commit
						a6fdeb47ea
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -29,18 +29,18 @@
 | 
				
			||||||
// ----- Defines -----
 | 
					// ----- Defines -----
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// You can change these to give your code its own name.
 | 
					// You can change these to give your code its own name.
 | 
				
			||||||
#define STR_MANUFACTURER	u"Kiibohd"
 | 
					#define STR_MANUFACTURER        u"Kiibohd"
 | 
				
			||||||
#define STR_PRODUCT		u"Kiibohd DFU Bootloader"
 | 
					#define STR_PRODUCT             u"Kiibohd DFU Bootloader"
 | 
				
			||||||
#define STR_SERIAL              u"@CHIP@"
 | 
					#define STR_SERIAL              u"@CHIP@"
 | 
				
			||||||
#define STR_ALTNAME              u"@BOOT_DFU_ALTNAME@"
 | 
					#define STR_ALTNAME             u"@BOOT_DFU_ALTNAME"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Mac OS-X and Linux automatically load the correct drivers.  On
 | 
					// Mac OS-X and Linux automatically load the correct drivers.  On
 | 
				
			||||||
// Windows, even though the driver is supplied by Microsoft, an
 | 
					// Windows, even though the driver is supplied by Microsoft, an
 | 
				
			||||||
// INF file is needed to load the driver.  These numbers need to
 | 
					// INF file is needed to load the driver.  These numbers need to
 | 
				
			||||||
// match the INF file.
 | 
					// match the INF file.
 | 
				
			||||||
#define VENDOR_ID		@BOOT_VENDOR_ID@
 | 
					#define VENDOR_ID         @BOOT_VENDOR_ID@
 | 
				
			||||||
#define PRODUCT_ID		@BOOT_PRODUCT_ID@
 | 
					#define PRODUCT_ID        @BOOT_PRODUCT_ID@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue