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