[Keyboard] jotpad16 status leds (#8643)
* jotpad16 status leds * jotpad16 * readme.md
This commit is contained in:
parent
6265b78307
commit
8a5c1e1859
4 changed files with 26 additions and 16 deletions
|
@ -4,3 +4,10 @@ void matrix_init_kb(void) {
|
|||
|
||||
matrix_init_user();
|
||||
}
|
||||
|
||||
void keyboard_pre_init_kb() {
|
||||
setPinOutput(JOTPAD16_LED1);
|
||||
setPinOutput(JOTPAD16_LED2);
|
||||
|
||||
keyboard_pre_init_user();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue