aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split_eh/eh/eh.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lets_split_eh/eh/eh.c')
-rw-r--r--keyboards/lets_split_eh/eh/eh.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/lets_split_eh/eh/eh.c b/keyboards/lets_split_eh/eh/eh.c
index e748d3ae0..d5a312085 100644
--- a/keyboards/lets_split_eh/eh/eh.c
+++ b/keyboards/lets_split_eh/eh/eh.c
@@ -1,14 +1 @@
#include "lets_split_eh.h"
-
-void matrix_init_kb(void) {
-
- // JTAG disable for PORT F. write JTD bit twice within four cycles.
- MCUCR |= (1<<JTD);
- MCUCR |= (1<<JTD);
-
- // Undo init of RX LED, we use that port currently
- // DDRB &= ~(1<<0);
-
- matrix_init_user();
-};
-