wip
This commit is contained in:
		
							parent
							
								
									b281d88c6f
								
							
						
					
					
						commit
						5ba8a76da5
					
				
					 161 changed files with 56 additions and 1779 deletions
				
			
		| 
						 | 
				
			
			@ -50,13 +50,7 @@ void rgblight_set(void) {
 | 
			
		|||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
void matrix_scan_kb(void) { matrix_scan_user(); }
 | 
			
		||||
 | 
			
		||||
void matrix_init_kb(void) {
 | 
			
		||||
  matrix_init_user();
 | 
			
		||||
}
 | 
			
		||||
__attribute__((weak))
 | 
			
		||||
void matrix_init_user(void) {
 | 
			
		||||
#ifdef RGBLIGHT_ENABLE
 | 
			
		||||
  rgblight_enable();
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			@ -66,8 +60,7 @@ void matrix_init_user(void) {
 | 
			
		|||
#endif
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
__attribute__((weak))
 | 
			
		||||
void matrix_scan_user(void) {
 | 
			
		||||
void matrix_scan_kb(void) {
 | 
			
		||||
#ifdef RGBLIGHT_ENABLE
 | 
			
		||||
  rgblight_task();
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue