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