qmk_firmware/keyboards/handwired/xk66/xk66.c

9 lines
154 B
C
Raw Normal View History

2017-01-30 00:00:09 -08:00
#include "xk66.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();
}