summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/66/rev3/rev3.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clueboard/66/rev3/rev3.c')
-rw-r--r--keyboards/clueboard/66/rev3/rev3.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/clueboard/66/rev3/rev3.c b/keyboards/clueboard/66/rev3/rev3.c
index 713d998e6..195a21a9e 100644
--- a/keyboards/clueboard/66/rev3/rev3.c
+++ b/keyboards/clueboard/66/rev3/rev3.c
@@ -8,10 +8,6 @@ void matrix_init_kb(void) {
// runs once when the firmware starts up
matrix_init_user();
led_init_ports();
-
- // JTAG disable for PORT F. write JTD bit twice within four cycles.
- MCUCR |= (1<<JTD);
- MCUCR |= (1<<JTD);
}