diff options
Diffstat (limited to 'keyboards/amj96/matrix.c')
-rw-r--r-- | keyboards/amj96/matrix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/amj96/matrix.c b/keyboards/amj96/matrix.c index e41bbec72..5d00ea98f 100644 --- a/keyboards/amj96/matrix.c +++ b/keyboards/amj96/matrix.c | |||
@@ -63,9 +63,6 @@ void matrix_init(void) | |||
63 | #ifdef UART_RGB_ENABLE | 63 | #ifdef UART_RGB_ENABLE |
64 | uart_rgb_init(); | 64 | uart_rgb_init(); |
65 | #endif | 65 | #endif |
66 | // disable JTAG | ||
67 | MCUCR = _BV(JTD); | ||
68 | MCUCR = _BV(JTD); | ||
69 | 66 | ||
70 | // 85 REST | 67 | // 85 REST |
71 | DDRD |= _BV(PD7); | 68 | DDRD |= _BV(PD7); |