diff options
Diffstat (limited to 'keyboards/mechmini/v1/v1.c')
| -rw-r--r-- | keyboards/mechmini/v1/v1.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/mechmini/v1/v1.c b/keyboards/mechmini/v1/v1.c index 2c910d965..ba0e09520 100644 --- a/keyboards/mechmini/v1/v1.c +++ b/keyboards/mechmini/v1/v1.c | |||
| @@ -16,13 +16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include "v1.h" | 18 | #include "v1.h" |
| 19 | |||
| 20 | void matrix_init_kb(void) { matrix_init_user(); } | ||
| 21 | |||
| 22 | __attribute__ ((weak)) | ||
| 23 | void matrix_init_user(void) {} | ||
| 24 | |||
| 25 | void matrix_scan_kb(void) { matrix_scan_user(); } | ||
| 26 | |||
| 27 | __attribute__ ((weak)) | ||
| 28 | void matrix_scan_user(void) {} | ||
