13 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#pragma once
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include <stdbool.h>
							 | 
						||
| 
								 | 
							
								#include "eeconfig.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								extern volatile bool isLeftHand;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// slave version of matix scan, defined in matrix.c
							 | 
						||
| 
								 | 
							
								void matrix_slave_scan(void);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void split_keyboard_setup(void);
							 | 
						||
| 
								 | 
							
								bool has_usb(void);
							 |