1
0
Fork 0
qmk_firmware/keyboards/handwired/feather_stm32f405_express/feather_stm32f405_express.c

7 lines
133 B
C

#include "quantum.h"
void keyboard_post_init_kb(void) {
setPinOutput(C1);
writePinLow(C1);
keyboard_post_init_user();
}