cf935d97ae
* Fix functions with empty params * Found a bunch more
8 lines
157 B
C
8 lines
157 B
C
#include "jotanck.h"
|
|
|
|
void keyboard_pre_init_kb(void) {
|
|
setPinOutput(JOTANCK_LED1);
|
|
setPinOutput(JOTANCK_LED2);
|
|
|
|
keyboard_pre_init_user();
|
|
}
|