diff options
Diffstat (limited to 'keyboards/40percentclub/mf68/mf68.c')
-rw-r--r-- | keyboards/40percentclub/mf68/mf68.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/40percentclub/mf68/mf68.c b/keyboards/40percentclub/mf68/mf68.c index 1da522e7e..4abee8e0c 100644 --- a/keyboards/40percentclub/mf68/mf68.c +++ b/keyboards/40percentclub/mf68/mf68.c | |||
@@ -1,8 +1 @@ | |||
1 | #include "mf68.h" | #include "mf68.h" | |
2 | |||
3 | void matrix_init_kb(void) { | ||
4 | // put your keyboard start-up code here | ||
5 | // runs once when the firmware starts up | ||
6 | |||
7 | matrix_init_user(); | ||
8 | } | ||