Addressed void* return warning & coding style
This commit is contained in:
		
							parent
							
								
									7d3ebd7b40
								
							
						
					
					
						commit
						d58b14e880
					
				
					 9 changed files with 45 additions and 63 deletions
				
			
		| 
						 | 
				
			
			@ -64,8 +64,8 @@ void matrix_power_up(void);
 | 
			
		|||
void matrix_power_down(void);
 | 
			
		||||
 | 
			
		||||
/* keyboard-specific setup/loop functionality */
 | 
			
		||||
void * matrix_init_kb(void);
 | 
			
		||||
void * matrix_scan_kb(void);
 | 
			
		||||
void matrix_init_kb(void);
 | 
			
		||||
void matrix_scan_kb(void);
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue