forked from mirrors/qmk_userspace
		
	Disable JTAG function for hid_liber to use PORTF.
This commit is contained in:
		
					parent
					
						
							
								1a4ae0fc36
							
						
					
				
			
			
				commit
				
					
						98052b8afd
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -137,6 +137,10 @@ uint8_t matrix_cols(void)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void matrix_init(void)
 | 
					void matrix_init(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					    // To use PORTF disable JTAG with writing JTD bit twice within four cycles.
 | 
				
			||||||
 | 
					    MCUCR |= (1<<JTD);
 | 
				
			||||||
 | 
					    MCUCR |= (1<<JTD);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // initialize row and col
 | 
					    // initialize row and col
 | 
				
			||||||
    setup_io_pins();
 | 
					    setup_io_pins();
 | 
				
			||||||
    setup_leds();
 | 
					    setup_leds();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue