mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Document LED_MATRIX_FRAMEBUFFER_EFFECTS (#12987)
This commit is contained in:
		
							parent
							
								
									15e408a6a5
								
							
						
					
					
						commit
						ebaba80287
					
				@ -257,6 +257,7 @@ For inspiration and examples, check out the built-in effects under `quantum/led_
 | 
				
			|||||||
```c
 | 
					```c
 | 
				
			||||||
#define LED_MATRIX_KEYPRESSES // reacts to keypresses
 | 
					#define LED_MATRIX_KEYPRESSES // reacts to keypresses
 | 
				
			||||||
#define LED_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses)
 | 
					#define LED_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses)
 | 
				
			||||||
 | 
					#define LED_MATRIX_FRAMEBUFFER_EFFECTS // enable framebuffer effects
 | 
				
			||||||
#define LED_DISABLE_TIMEOUT 0 // number of milliseconds to wait until led automatically turns off
 | 
					#define LED_DISABLE_TIMEOUT 0 // number of milliseconds to wait until led automatically turns off
 | 
				
			||||||
#define LED_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects
 | 
					#define LED_DISABLE_AFTER_TIMEOUT 0 // OBSOLETE: number of ticks to wait until disabling effects
 | 
				
			||||||
#define LED_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended
 | 
					#define LED_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user