skullY 6 år sedan
förälder
incheckning
6506745502
1 ändrade filer med 8 tillägg och 0 borttagningar
  1. 8 0
      keyboards/model01/model01.c

+ 8 - 0
keyboards/model01/model01.c

@@ -25,3 +25,11 @@ void matrix_init_kb(void) {
 
 
 void matrix_scan_kb(void) {
 void matrix_scan_kb(void) {
 }
 }
+
+__attribute__ ((weak))
+void matrix_scan_user(void) {
+}
+
+__attribute__ ((weak))
+void matrix_init_user(void) {
+}