diff options
Diffstat (limited to 'keyboards/handwired/magicforce61/magicforce61.c')
-rw-r--r-- | keyboards/handwired/magicforce61/magicforce61.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/magicforce61/magicforce61.c b/keyboards/handwired/magicforce61/magicforce61.c index 379395366..420bbb80f 100644 --- a/keyboards/handwired/magicforce61/magicforce61.c +++ b/keyboards/handwired/magicforce61/magicforce61.c | |||
@@ -1,8 +1 @@ | |||
1 | #include "magicforce61.h" | #include "magicforce61.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 | } | ||