X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Finfinity60%2Finfinity60.c;h=fdeed5124d1a0f46067a790d5b847e96a8f6831b;hb=c98380e0ddf1f1316daeda8c66d690b4ff16134b;hp=e471250febbd1dc67749179c5647a0487e92ecf8;hpb=2ac90ed704fab125aebf8063f7b07d1a7c1ce60c;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(); +} +