diff options
Diffstat (limited to 'quantum/split_common/matrix.c')
| -rw-r--r-- | quantum/split_common/matrix.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/quantum/split_common/matrix.c b/quantum/split_common/matrix.c index ff6738b58..d6359b51f 100644 --- a/quantum/split_common/matrix.c +++ b/quantum/split_common/matrix.c | |||
| @@ -128,12 +128,6 @@ uint8_t matrix_cols(void) | |||
| 128 | 128 | ||
| 129 | void matrix_init(void) | 129 | void matrix_init(void) |
| 130 | { | 130 | { |
| 131 | #ifdef DISABLE_JTAG | ||
| 132 | // JTAG disable for PORT F. write JTD bit twice within four cycles. | ||
| 133 | MCUCR |= (1<<JTD); | ||
| 134 | MCUCR |= (1<<JTD); | ||
| 135 | #endif | ||
| 136 | |||
| 137 | debug_enable = true; | 131 | debug_enable = true; |
| 138 | debug_matrix = true; | 132 | debug_matrix = true; |
| 139 | debug_mouse = true; | 133 | debug_mouse = true; |
