summaryrefslogtreecommitdiff
path: root/keyboards/hotdox/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hotdox/matrix.c')
-rw-r--r--keyboards/hotdox/matrix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/hotdox/matrix.c b/keyboards/hotdox/matrix.c
index 9d3a98db21..11a1142d41 100644
--- a/keyboards/hotdox/matrix.c
+++ b/keyboards/hotdox/matrix.c
@@ -77,10 +77,6 @@ uint8_t matrix_cols(void)
void matrix_init(void)
{
- // disable JTAG
- MCUCR = (1<<JTD);
- MCUCR = (1<<JTD);
-
unselect_rows();
init_cols();