aboutsummaryrefslogtreecommitdiff
path: root/keyboards/clueboard/66/rev4/rev4.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clueboard/66/rev4/rev4.c')
-rw-r--r--keyboards/clueboard/66/rev4/rev4.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/clueboard/66/rev4/rev4.c b/keyboards/clueboard/66/rev4/rev4.c
index 00d4f325e..510181827 100644
--- a/keyboards/clueboard/66/rev4/rev4.c
+++ b/keyboards/clueboard/66/rev4/rev4.c
@@ -1,12 +1,6 @@
1#include "rev4.h" 1#include "rev4.h"
2 2
3void matrix_init_kb(void) { 3void led_init_ports(void) {
4 led_init_ports();
5
6 matrix_init_user();
7}
8
9void led_init_ports() {
10 // Set our LED pins as output 4 // Set our LED pins as output
11 setPinOutput(B13); // LED1 5 setPinOutput(B13); // LED1
12 writePinLow(B13); 6 writePinLow(B13);