* added initial config files for vinta * added readme * changed product id and device ver * fixed keymap illustration * updated rules.mk to enable more commands * removed a bunch of pre-code text; changed some grammar woopsies * removed bootmagic lite * updated developer's note * updated readme.md
		
			
				
	
	
		
			6 lines
		
	
	
		
			185 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			185 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # List of all the board related files.
 | |
| BOARDSRC = $(BOARD_PATH)/boards/GENERIC_STM32_F042X6/board.c
 | |
| 
 | |
| # Required include directories
 | |
| BOARDINC = $(BOARD_PATH)/boards/GENERIC_STM32_F042X6
 |