mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 22:36:52 +06:00
cf935d97ae
* Fix functions with empty params * Found a bunch more
9 lines
157 B
C
9 lines
157 B
C
#include "jotanck.h"
|
|
|
|
void keyboard_pre_init_kb(void) {
|
|
setPinOutput(JOTANCK_LED1);
|
|
setPinOutput(JOTANCK_LED2);
|
|
|
|
keyboard_pre_init_user();
|
|
}
|