mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Don't include lcd_backlight_hal for emulator
This commit is contained in:
		
							parent
							
								
									94519e387a
								
							
						
					
					
						commit
						4d7e4a4780
					
				@ -34,8 +34,6 @@ ifdef LCD_BACKLIGHT_ENABLE
 | 
				
			|||||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
 | 
					SRC += $(VISUALIZER_DIR)/lcd_backlight.c
 | 
				
			||||||
ifndef EMULATOR
 | 
					ifndef EMULATOR
 | 
				
			||||||
SRC += lcd_backlight_hal.c
 | 
					SRC += lcd_backlight_hal.c
 | 
				
			||||||
else
 | 
					 | 
				
			||||||
SRC += lcd_backlight_hal_emulator.c
 | 
					 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
UDEFS += -DLCD_BACKLIGHT_ENABLE
 | 
					UDEFS += -DLCD_BACKLIGHT_ENABLE
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user