[Keyboard] Add otd_plus keyboard (#9726)
This commit is contained in:
12
keyboards/hardlineworks/otd_plus/otd_plus.c
Normal file
12
keyboards/hardlineworks/otd_plus/otd_plus.c
Normal file
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user