aboutsummaryrefslogtreecommitdiff
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 cff4edf9f..cc2812a76 100644
--- a/keyboards/launchpad/rev1/rev1.c
+++ b/keyboards/launchpad/rev1/rev1.c
@@ -1,9 +1 @@
1#include "launchpad.h" #include "launchpad.h"
2
3void matrix_init_kb(void) {
4 // Undo init of RX LED, we use that port currently
5 //DDRB &= ~(1<<0);
6
7 matrix_init_user();
8
9};