summaryrefslogtreecommitdiff
path: root/keyboards/hardlineworks/otd_plus/otd_plus.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hardlineworks/otd_plus/otd_plus.c')
-rw-r--r--keyboards/hardlineworks/otd_plus/otd_plus.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/hardlineworks/otd_plus/otd_plus.c b/keyboards/hardlineworks/otd_plus/otd_plus.c
index f7f96800d0..29d395d287 100644
--- a/keyboards/hardlineworks/otd_plus/otd_plus.c
+++ b/keyboards/hardlineworks/otd_plus/otd_plus.c
@@ -1,12 +1 @@
#include "otd_plus.h"
-
-void keyboard_pre_init_kb(void) {
- led_init_ports();
- keyboard_pre_init_user();
-}
-void led_init_ports(void) {
- setPinOutput(CAPS_LOCK_LED_PIN);
- setPinOutput(SCROLL_LOCK_LED_PIN);
-}
-
-