From 65067455027ded794592f9fa0dbbd6dcb45b83c0 Mon Sep 17 00:00:00 2001 From: skullY Date: Sat, 29 Feb 2020 21:12:20 -0800 Subject: [PATCH] Fix model01 --- keyboards/model01/model01.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/keyboards/model01/model01.c b/keyboards/model01/model01.c index 9a1c9cd21f6..7b61c61144f 100644 --- a/keyboards/model01/model01.c +++ b/keyboards/model01/model01.c @@ -25,3 +25,11 @@ void matrix_init_kb(void) { void matrix_scan_kb(void) { } + +__attribute__ ((weak)) +void matrix_scan_user(void) { +} + +__attribute__ ((weak)) +void matrix_init_user(void) { +}