Updated files to better support sockets version (#2255)
This commit is contained in:
parent
3a2acd4475
commit
e2352d4fbf
4 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue