forked from mirrors/qmk_userspace
		
	Fix build error for LED Matrix effect solid_reactive_wide. (#16383)
This commit is contained in:
		
					parent
					
						
							
								548a463fe9
							
						
					
				
			
			
				commit
				
					
						7dd993fb06
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
#ifdef LED_MATRIX_KEYREACTIVE_ENABLED
 | 
			
		||||
#    if !defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_WIDE) || defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_MULTIWIDE)
 | 
			
		||||
#    if defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_WIDE) || defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_MULTIWIDE)
 | 
			
		||||
 | 
			
		||||
#        ifdef ENABLE_LED_MATRIX_SOLID_REACTIVE_WIDE
 | 
			
		||||
LED_MATRIX_EFFECT(SOLID_REACTIVE_WIDE)
 | 
			
		||||
| 
						 | 
				
			
			@ -26,5 +26,5 @@ bool SOLID_REACTIVE_MULTIWIDE(effect_params_t* params) { return effect_runner_re
 | 
			
		|||
#            endif
 | 
			
		||||
 | 
			
		||||
#        endif  // LED_MATRIX_CUSTOM_EFFECT_IMPLS
 | 
			
		||||
#    endif      // !defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_WIDE) || !defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_MULTIWIDE)
 | 
			
		||||
#    endif      // defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_WIDE) || defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_MULTIWIDE)
 | 
			
		||||
#endif          // LED_MATRIX_KEYREACTIVE_ENABLED
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue