forked from mirrors/qmk_userspace
		
	Fix animation range on M75H (#22586)
This commit is contained in:
		
					parent
					
						
							
								5368ddbf3d
							
						
					
				
			
			
				commit
				
					
						28dc7ba6a8
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -20,7 +20,7 @@
 | 
				
			||||||
#define CAPS_COLOR_B 0xFF
 | 
					#define CAPS_COLOR_B 0xFF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void keyboard_post_init_kb(void) {
 | 
					void keyboard_post_init_kb(void) {
 | 
				
			||||||
    rgblight_set_effect_range(0,29);
 | 
					    rgblight_set_effect_range(1,29);
 | 
				
			||||||
    keyboard_post_init_user();
 | 
					    keyboard_post_init_user();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue