aboutsummaryrefslogtreecommitdiffstats
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.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/hardlineworks/otd_plus/otd_plus.c b/keyboards/hardlineworks/otd_plus/otd_plus.c
new file mode 100644
index 000000000..f7f96800d
--- /dev/null
+++ b/keyboards/hardlineworks/otd_plus/otd_plus.c
@@ -0,0 +1,12 @@
+#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);
+}
+
+