[Docs] Fixes for feature_rgblight.md (#8514)
* remove extra comma that breaks the RGBLight Layers example * linting - use four spaces instead of tabs for indenting - remove trailing spaces
This commit is contained in:
		
							parent
							
								
									8651eef298
								
							
						
					
					
						commit
						a521fc2b6c
					
				
					 1 changed files with 16 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -191,7 +191,7 @@ const rgblight_segment_t PROGMEM my_layer1_layer[] = RGBLIGHT_LAYER_SEGMENTS(
 | 
			
		|||
);
 | 
			
		||||
// Light LEDs 11 & 12 in purple when keyboard layer 2 is active
 | 
			
		||||
const rgblight_segment_t PROGMEM my_layer2_layer[] = RGBLIGHT_LAYER_SEGMENTS(
 | 
			
		||||
	{11, 2, HSV_PURPLE}, 
 | 
			
		||||
    {11, 2, HSV_PURPLE}
 | 
			
		||||
);
 | 
			
		||||
// etc..
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue