1
0
Fork 0

Updated files to better support sockets version (#2255)

This commit is contained in:
Mikkel Jeppesen 2018-01-12 18:57:48 +01:00 committed by Jack Humbert
parent 3a2acd4475
commit e2352d4fbf
4 changed files with 13 additions and 6 deletions

View file

@ -124,6 +124,12 @@ uint8_t matrix_cols(void)
void matrix_init(void)
{
#ifdef DISABLE_JTAG
// JTAG disable for PORT F. write JTD bit twice within four cycles.
MCUCR |= (1<<JTD);
MCUCR |= (1<<JTD);
#endif
debug_enable = true;
debug_matrix = true;
debug_mouse = true;