Initial MatrixARM implementation
- Cleaned up Macro and USB callback naming - Added security jumper for automated reload (MCHCK based only) - Added additional LED position
This commit is contained in:
		
							parent
							
								
									c1f8a2c545
								
							
						
					
					
						commit
						d6345c307f
					
				
					 16 changed files with 706 additions and 54 deletions
				
			
		| 
						 | 
				
			
			@ -134,8 +134,8 @@ inline void Output_send(void)
 | 
			
		|||
	USBKeys_Modifiers = 0;
 | 
			
		||||
	USBKeys_Sent      = 0;
 | 
			
		||||
 | 
			
		||||
	// Signal Scan Module we are finishedA
 | 
			
		||||
	Scan_finishedWithUSBBuffer( USBKeys_Sent <= USBKeys_MaxSize ? USBKeys_Sent : USBKeys_MaxSize );
 | 
			
		||||
	// Signal Scan Module we are finished
 | 
			
		||||
	Scan_finishedWithOutput( USBKeys_Sent <= USBKeys_MaxSize ? USBKeys_Sent : USBKeys_MaxSize );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue