fix generate Keyboard.h
This commit is contained in:
		
							parent
							
								
									598ab478be
								
							
						
					
					
						commit
						687c7070a1
					
				
					 1 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -251,16 +251,16 @@ extcoff: $(BUILD_DIR)/$(TARGET).elf
 | 
			
		|||
 | 
			
		||||
bootloader: 
 | 
			
		||||
	make -C lib/lufa/Bootloaders/DFU/ clean
 | 
			
		||||
	echo "#ifndef QMK_KEYBOARD\n#define QMK_KEYBOARD\n" > lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo `grep "MANUFACTURER" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo `grep "PRODUCT" $(ALL_CONFIGS) -h | tail -1` Bootloader >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo `grep "QMK_ESC_OUTPUT" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo `grep "QMK_ESC_INPUT" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo `grep "QMK_LED" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo `grep "QMK_SPEAKER" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo "\n#endif" >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo -e "#ifndef QMK_KEYBOARD\n#define QMK_KEYBOARD\n" > lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo -e `grep "MANUFACTURER" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo -e `grep "PRODUCT" $(ALL_CONFIGS) -h | tail -1` Bootloader >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo -e `grep "QMK_ESC_OUTPUT" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo -e `grep "QMK_ESC_INPUT" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo -e `grep "QMK_LED" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo -e `grep "QMK_SPEAKER" $(ALL_CONFIGS) -h | tail -1` >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	echo -e "\n#endif" >> lib/lufa/Bootloaders/DFU/Keyboard.h
 | 
			
		||||
	make -C lib/lufa/Bootloaders/DFU/
 | 
			
		||||
	echo "BootloaderDFU.hex copied to $(TARGET)_bootloader.hex"
 | 
			
		||||
	echo -e "BootloaderDFU.hex copied to $(TARGET)_bootloader.hex"
 | 
			
		||||
	cp lib/lufa/Bootloaders/DFU/BootloaderDFU.hex $(TARGET)_bootloader.hex
 | 
			
		||||
 | 
			
		||||
production: $(BUILD_DIR)/$(TARGET).hex bootloader
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue