diff options
Diffstat (limited to 'keyboards/handwired/magicforce68/magicforce68.c')
-rw-r--r-- | keyboards/handwired/magicforce68/magicforce68.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/magicforce68/magicforce68.c b/keyboards/handwired/magicforce68/magicforce68.c index 84b1007e2c..8d74f1438b 100644 --- a/keyboards/handwired/magicforce68/magicforce68.c +++ b/keyboards/handwired/magicforce68/magicforce68.c @@ -1,8 +1 @@ #include "magicforce68.h" - -void matrix_init_kb(void) { - // put your keyboard start-up code here - // runs once when the firmware starts up - - matrix_init_user(); -} |