summaryrefslogtreecommitdiff
path: root/keyboards/infinity60/infinity60.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-23 03:24:06 +0000
committerQMK Bot <hello@qmk.fm>2021-01-23 03:24:06 +0000
commit5a7ad4cb2d30ca4d1a63c7f0da97d3cb4c1923b5 (patch)
treeb7f804690c362ef5c7d49afd57aa5bcb3bb78932 /keyboards/infinity60/infinity60.c
parent08b37a58bb1c6eb624fe59d863a777f87ecdb741 (diff)
parent7d774fa1dcd90097b06a8589f9087edfbc21967a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/infinity60/infinity60.c')
-rw-r--r--keyboards/infinity60/infinity60.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/keyboards/infinity60/infinity60.c b/keyboards/infinity60/infinity60.c
index fdeed5124d..73751140ea 100644
--- a/keyboards/infinity60/infinity60.c
+++ b/keyboards/infinity60/infinity60.c
@@ -14,19 +14,5 @@ GNU General Public License for more details.
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();
-}
+#include "infinity60.h"