]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ta65/ta65.c
[Keyboard] Add TA-65 PCB to QMK (#6180)
[qmk_firmware.git] / keyboards / ta65 / ta65.c
1 #include "ta65.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         matrix_init_user();
7 };
8
9 void matrix_scan_kb(void) {
10         // put your looping keyboard code here
11         // runs every cycle (a lot)
12         matrix_scan_user();
13 };