Migrate some tmk_core files to quantum (#11791)

* Migrate some tmk_core files to quantum

* Fix build errors
This commit is contained in:
Joel Challis
2021-02-07 23:16:15 +00:00
committed by GitHub
parent 7e82879553
commit 99bffc2a21
14 changed files with 22 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "common/matrix.h"
#include "matrix.h"
void transport_master_init(void);
void transport_slave_init(void);