summaryrefslogtreecommitdiffstats
path: root/keyboards/m0lly/m0lly.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/m0lly/m0lly.c')
-rw-r--r--keyboards/m0lly/m0lly.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/m0lly/m0lly.c b/keyboards/m0lly/m0lly.c
index 5e1b5371a1..e47f9531e1 100644
--- a/keyboards/m0lly/m0lly.c
+++ b/keyboards/m0lly/m0lly.c
@@ -16,6 +16,13 @@
#include "m0lly.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