1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/handwired/magicforce68/magicforce68.c
Richard Baptist 21fbcf145c
Revert "Delete unused boards"
This reverts commit 1b5c75c83d.
2019-06-16 13:04:19 +02:00

9 lines
162 B
C

#include "magicforce68.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();
}