13 lines
		
	
	
		
			188 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			188 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef JD45_H
 | |
| #define JD45_H
 | |
| 
 | |
| #include "matrix.h"
 | |
| #include "keymap_common.h"
 | |
| #include "backlight.h"
 | |
| #include <stddef.h>
 | |
| 
 | |
| void matrix_init_user(void);
 | |
| void matrix_scan_user(void);
 | |
| 
 | |
| #endif
 |