aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tkc1800/tkc1800.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tkc1800/tkc1800.c')
-rw-r--r--keyboards/tkc1800/tkc1800.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/tkc1800/tkc1800.c b/keyboards/tkc1800/tkc1800.c
index bc6676846..4232c97d5 100644
--- a/keyboards/tkc1800/tkc1800.c
+++ b/keyboards/tkc1800/tkc1800.c
@@ -16,6 +16,13 @@
16#include "tkc1800.h" 16#include "tkc1800.h"
17#include "led.h" 17#include "led.h"
18 18
19void keyboard_pre_init_kb(void) {
20 setPinInputHigh(D0);
21 setPinInputHigh(D1);
22
23 keyboard_pre_init_user();
24}
25
19void matrix_init_kb(void) { 26void matrix_init_kb(void) {
20 // put your keyboard start-up code here 27 // put your keyboard start-up code here
21 // runs once when the firmware starts up 28 // runs once when the firmware starts up