X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Finfinity60%2Finfinity60.c;h=fdeed5124d1a0f46067a790d5b847e96a8f6831b;hb=6d73fe12779d6e8527d404572810ea95e714dce7;hp=e471250febbd1dc67749179c5647a0487e92ecf8;hpb=5520b0022fc6cd3dff805eb31ed4bb7e4385ee2a;p=qmk_firmware.git diff --git a/keyboards/infinity60/infinity60.c b/keyboards/infinity60/infinity60.c index e471250fe..fdeed5124 100644 --- a/keyboards/infinity60/infinity60.c +++ b/keyboards/infinity60/infinity60.c @@ -15,3 +15,18 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include "infinity60.h" + +void matrix_init_kb(void) { + // put your keyboard start-up code here + // runs once when the firmware starts up + + matrix_init_user(); +} + +void matrix_scan_kb(void) { + // put your looping keyboard code here + // runs every cycle (a lot) + + matrix_scan_user(); +} +