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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/launchpad/rev1/rev1.c b/keyboards/launchpad/rev1/rev1.c
index cff4edf9f8..cc2812a76c 100644
--- a/keyboards/launchpad/rev1/rev1.c
+++ b/keyboards/launchpad/rev1/rev1.c
@@ -1,9 +1 @@
#include "launchpad.h"
-
-void matrix_init_kb(void) {
- // Undo init of RX LED, we use that port currently
- //DDRB &= ~(1<<0);
-
- matrix_init_user();
-
-};