diff options
Diffstat (limited to 'keyboards/tkc1800/tkc1800.c')
-rw-r--r-- | keyboards/tkc1800/tkc1800.c | 7 |
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 @@ #include "tkc1800.h" #include "led.h" +void keyboard_pre_init_kb(void) { + setPinInputHigh(D0); + setPinInputHigh(D1); + + keyboard_pre_init_user(); +} + void matrix_init_kb(void) { // put your keyboard start-up code here // runs once when the firmware starts up |