diff options
Diffstat (limited to 'keyboards/hotdox/matrix.c')
| -rw-r--r-- | keyboards/hotdox/matrix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/hotdox/matrix.c b/keyboards/hotdox/matrix.c index 9d3a98db2..11a1142d4 100644 --- a/keyboards/hotdox/matrix.c +++ b/keyboards/hotdox/matrix.c | |||
| @@ -77,10 +77,6 @@ uint8_t matrix_cols(void) | |||
| 77 | 77 | ||
| 78 | void matrix_init(void) | 78 | void matrix_init(void) |
| 79 | { | 79 | { |
| 80 | // disable JTAG | ||
| 81 | MCUCR = (1<<JTD); | ||
| 82 | MCUCR = (1<<JTD); | ||
| 83 | |||
| 84 | unselect_rows(); | 80 | unselect_rows(); |
| 85 | init_cols(); | 81 | init_cols(); |
| 86 | 82 | ||
