]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ut472/ut472.c
Configure Vagrant to use qmk_base_container (#6194)
[qmk_firmware.git] / keyboards / ut472 / ut472.c
1 #include "ut472.h"
2
3 void matrix_init_kb(void) {
4   // Keyboard start-up code goes here
5   // Runs once when the firmware starts up
6   matrix_init_user();
7 };
8
9 void matrix_scan_kb(void) {
10   // Looping keyboard code goes here
11   // This runs every cycle (a lot)
12   matrix_scan_user();
13 };