]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/infinity60/infinity60.c
Configure Vagrant to use qmk_base_container (#6194)
[qmk_firmware.git] / keyboards / infinity60 / infinity60.c
index e471250febbd1dc67749179c5647a0487e92ecf8..fdeed5124d1a0f46067a790d5b847e96a8f6831b 100644 (file)
@@ -15,3 +15,18 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 #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();
+}
+