Include the main Makefile before including Ergodox infinity drivers
This commit is contained in:
		
							parent
							
								
									592ef7c6f0
								
							
						
					
					
						commit
						ad416fb1a3
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -64,6 +64,10 @@ LCD_ENABLE ?= yes
 | 
			
		|||
LED_ENABLE ?= yes
 | 
			
		||||
LCD_BACKLIGHT_ENABLE ?= yes
 | 
			
		||||
 | 
			
		||||
ifndef QUANTUM_DIR
 | 
			
		||||
	include ../../../Makefile
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifdef LCD_ENABLE
 | 
			
		||||
include $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk
 | 
			
		||||
endif
 | 
			
		||||
| 
						 | 
				
			
			@ -71,7 +75,3 @@ endif
 | 
			
		|||
ifdef LED_ENABLE
 | 
			
		||||
include $(SUBPROJECT_PATH)/drivers/gdisp/IS31FL3731C/driver.mk
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifndef QUANTUM_DIR
 | 
			
		||||
	include ../../../Makefile
 | 
			
		||||
endif
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue