mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Fix include paths for new tmk_core update
This commit is contained in:
		
							parent
							
								
									c5db02925c
								
							
						
					
					
						commit
						725929ec8b
					
				@ -23,16 +23,16 @@
 | 
				
			|||||||
GFXLIB = $(VISUALIZER_DIR)/ugfx
 | 
					GFXLIB = $(VISUALIZER_DIR)/ugfx
 | 
				
			||||||
ifdef LCD_ENABLE
 | 
					ifdef LCD_ENABLE
 | 
				
			||||||
include $(GFXLIB)/gfx.mk
 | 
					include $(GFXLIB)/gfx.mk
 | 
				
			||||||
OPT_DEFS += -DLCD_ENABLE
 | 
					UDEFS += -DLCD_ENABLE
 | 
				
			||||||
OPT_LIBS += -lm
 | 
					ULIBS += -lm
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
SRC += $(GFXSRC) $(VISUALIZER_DIR)/visualizer.c
 | 
					SRC += $(GFXSRC) $(VISUALIZER_DIR)/visualizer.c
 | 
				
			||||||
INC += $(GFXINC) $(VISUALIZER_DIR)
 | 
					UINCDIR += $(GFXINC) $(VISUALIZER_DIR)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifdef LCD_BACKLIGHT_ENABLE
 | 
					ifdef LCD_BACKLIGHT_ENABLE
 | 
				
			||||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
 | 
					SRC += $(VISUALIZER_DIR)/lcd_backlight.c
 | 
				
			||||||
SRC += lcd_backlight_hal.c
 | 
					SRC += lcd_backlight_hal.c
 | 
				
			||||||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
 | 
					UDEFS += -DLCD_BACKLIGHT_ENABLE
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifndef VISUALIZER_USER
 | 
					ifndef VISUALIZER_USER
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user