0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-01-09 02:59:31 +00:00
qmk_firmware/keyboards/handwired/fivethirteen/fivethirteen.c
2016-06-30 09:13:08 -04:00

9 lines
162 B
C

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