]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/infinity60/keymaps/depariel/keymap.c
updated all the other keymaps to support the new changes.
[qmk_firmware.git] / keyboards / infinity60 / keymaps / depariel / keymap.c
index 7412b9b9dde2188d1938ca28803675bb8c2f7737..57f9487f22104e18068fc6fc609efb5b3e1f96cd 100755 (executable)
@@ -80,3 +80,12 @@ const uint16_t PROGMEM fn_actions[] = {
 
 };
 
+// Runs just one time when the keyboard initializes.
+void matrix_init_user(void) {
+
+};
+
+// Runs constantly in the background, in a loop.
+void matrix_scan_user(void) {
+
+};