[Keyboard] Add otd_plus keyboard (#9726)
This commit is contained in:
parent
6ff08202a5
commit
2ec2f80bfc
7 changed files with 243 additions and 0 deletions
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);
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue