aboutsummaryrefslogtreecommitdiff
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 f7f96800d..29d395d28 100644
--- a/keyboards/hardlineworks/otd_plus/otd_plus.c
+++ b/keyboards/hardlineworks/otd_plus/otd_plus.c
@@ -1,12 +1 @@
1#include "otd_plus.h" #include "otd_plus.h"
2
3void keyboard_pre_init_kb(void) {
4 led_init_ports();
5 keyboard_pre_init_user();
6}
7void led_init_ports(void) {
8 setPinOutput(CAPS_LOCK_LED_PIN);
9 setPinOutput(SCROLL_LOCK_LED_PIN);
10}
11
12