* Rules for vitamins_included Added a section to disable RGB underglow for the Let's Split Vitamins Included board. * fixing ortho_4x12 configs
		
			
				
	
	
		
			13 lines
		
	
	
		
			280 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			280 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
 | |
| AUDIO_ENABLE = no           # Audio output on port C6
 | |
| 
 | |
| ifeq ("$(KEYBOARD)","vitamins_included")
 | |
|   RGBLIGHT_ENABLE = no
 | |
| else
 | |
|   RGBLIGHT_ENABLE = yes
 | |
| endif
 | |
| 
 | |
| ifndef QUANTUM_DIR
 | |
| 	include ../../../../Makefile
 | |
| endif
 |