1
0
Fork 0

[Keyboard] Add otd_plus keyboard (#9726)

This commit is contained in:
gadzkun 2020-07-31 11:23:06 +07:00 committed by GitHub
parent 6ff08202a5
commit 2ec2f80bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 243 additions and 0 deletions

View 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);
}