summaryrefslogtreecommitdiff
path: root/keyboards/launchpad/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/launchpad/rev1/rev1.c')
-rw-r--r--keyboards/launchpad/rev1/rev1.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/launchpad/rev1/rev1.c b/keyboards/launchpad/rev1/rev1.c
deleted file mode 100644
index a7aec80e10..0000000000
--- a/keyboards/launchpad/rev1/rev1.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "launchpad.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();
-
-}; \ No newline at end of file