summaryrefslogtreecommitdiff
path: root/keyboards/clueboard/66/rev2/rev2.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clueboard/66/rev2/rev2.c')
-rw-r--r--keyboards/clueboard/66/rev2/rev2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/clueboard/66/rev2/rev2.c b/keyboards/clueboard/66/rev2/rev2.c
index 1a35b87b84..d676b6d5fb 100644
--- a/keyboards/clueboard/66/rev2/rev2.c
+++ b/keyboards/clueboard/66/rev2/rev2.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);
}