Fix k_type

This commit is contained in:
skullY 2020-02-29 21:06:45 -08:00
parent a84bc86073
commit b8d54bddcc
1 changed files with 14 additions and 0 deletions

View File

@ -15,3 +15,17 @@ 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 "k_type.h"
__attribute__ ((weak))
void matrix_init_user(void) {
}
__attribute__ ((weak))
void matrix_scan_user(void) {
}
void matrix_init_kb(void) {
}
void matrix_scan_kb(void) {
}