forked from mfulz_github/qmk_firmware
		
	rgblight_task logic fixes (#7214)
This commit is contained in:
		
							parent
							
								
									bd55396a45
								
							
						
					
					
						commit
						22812aee5c
					
				| @ -78,7 +78,7 @@ extern keymap_config_t keymap_config; | |||||||
| #    include "virtser.h" | #    include "virtser.h" | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #if (defined(RGB_MIDI) | defined(RGBLIGHT_ANIMATIONS)) & defined(RGBLIGHT_ENABLE) | #if (defined(RGB_MIDI) || defined(RGBLIGHT_ANIMATIONS)) && defined(RGBLIGHT_ENABLE) | ||||||
| #    include "rgblight.h" | #    include "rgblight.h" | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| @ -1001,7 +1001,7 @@ int main(void) { | |||||||
|         MIDI_Device_USBTask(&USB_MIDI_Interface); |         MIDI_Device_USBTask(&USB_MIDI_Interface); | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #if defined(RGBLIGHT_ANIMATIONS) & defined(RGBLIGHT_ENABLE) | #if defined(RGBLIGHT_ANIMATIONS) && defined(RGBLIGHT_ENABLE) | ||||||
|         rgblight_task(); |         rgblight_task(); | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -22,7 +22,7 @@ | |||||||
| #include "debug.h" | #include "debug.h" | ||||||
| #include "rgblight_reconfig.h" | #include "rgblight_reconfig.h" | ||||||
| 
 | 
 | ||||||
| #if (defined(RGB_MIDI) | defined(RGBLIGHT_ANIMATIONS)) & defined(RGBLIGHT_ENABLE) | #if (defined(RGB_MIDI) || defined(RGBLIGHT_ANIMATIONS)) && defined(RGBLIGHT_ENABLE) | ||||||
| #    include "rgblight.h" | #    include "rgblight.h" | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Joel Challis
						Joel Challis