You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					20 lines
				
				588 B
			
		
		
			
		
	
	
					20 lines
				
				588 B
			| 
								 
											6 years ago
										 
									 | 
							
								# As long as the users rules.mk has include $(KEYBOARD)/post_rules.mk this will be run after to properly setup any keyboard features and defines
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes)
							 | 
						||
| 
								 | 
							
								    OPT_DEFS += -DIOS_DEVICE_ENABLE
							 | 
						||
| 
								 | 
							
								else ifeq ($(strip $(RGBLIGHT_FULL_POWER)), yes)
							 | 
						||
| 
								 | 
							
								    OPT_DEFS += -DRGBLIGHT_FULL_POWER
							 | 
						||
| 
								 | 
							
								endif
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ifeq ($(strip $(RGB_MATRIX_KEYPRESSES)), yes)
							 | 
						||
| 
								 | 
							
								    OPT_DEFS += -DRGB_MATRIX_KEYPRESSES
							 | 
						||
| 
								 | 
							
								endif
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ifeq ($(strip $(RGB_MATRIX_FRAMEBUFFER)), yes)
							 | 
						||
| 
								 | 
							
								    OPT_DEFS += -DRGB_MATRIX_FRAMEBUFFER_EFFECTS
							 | 
						||
| 
								 | 
							
								endif
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ifeq ($(strip $(LED_MIRRORED)), yes)
							 | 
						||
| 
								 | 
							
								    OPT_DEFS += -DLED_MIRRORED
							 | 
						||
| 
								 | 
							
								endif
							 |