diff options
Diffstat (limited to 'keyboards/handwired/jotanck/jotanck.c')
-rw-r--r-- | keyboards/handwired/jotanck/jotanck.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/jotanck/jotanck.c b/keyboards/handwired/jotanck/jotanck.c index caf0ad014..af650b129 100644 --- a/keyboards/handwired/jotanck/jotanck.c +++ b/keyboards/handwired/jotanck/jotanck.c | |||
@@ -1,9 +1,5 @@ | |||
1 | #include "jotanck.h" | 1 | #include "jotanck.h" |
2 | 2 | ||
3 | void matrix_init_kb(void) { | ||
4 | matrix_init_user(); | ||
5 | } | ||
6 | |||
7 | void keyboard_pre_init_kb() { | 3 | void keyboard_pre_init_kb() { |
8 | setPinOutput(JOTANCK_LED1); | 4 | setPinOutput(JOTANCK_LED1); |
9 | setPinOutput(JOTANCK_LED2); | 5 | setPinOutput(JOTANCK_LED2); |