]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/xk66/xk66.c
3c3e31949e1042b30c7c7cfeaacb616711fea7d1
[qmk_firmware.git] / keyboards / handwired / xk66 / xk66.c
1 #include "xk66.h"
2
3 void matrix_init_kb(void) {
4         // put your keyboard start-up code here
5         // runs once when the firmware starts up
6
7         matrix_init_user();
8 }