diff options
Diffstat (limited to 'keyboards/handwired/jot50/jot50.c')
-rw-r--r-- | keyboards/handwired/jot50/jot50.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/jot50/jot50.c b/keyboards/handwired/jot50/jot50.c index a1d2258a58..da04e862e1 100644 --- a/keyboards/handwired/jot50/jot50.c +++ b/keyboards/handwired/jot50/jot50.c @@ -1,6 +1 @@ #include "jot50.h" - -void matrix_init_kb(void) { - - matrix_init_user(); -} |