diff options
Diffstat (limited to 'keyboards/handwired/reddot/reddot.c')
-rwxr-xr-x | keyboards/handwired/reddot/reddot.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/handwired/reddot/reddot.c b/keyboards/handwired/reddot/reddot.c index 4e1efc06ce..1c4720b5cf 100755 --- a/keyboards/handwired/reddot/reddot.c +++ b/keyboards/handwired/reddot/reddot.c @@ -1,7 +1 @@ #include "reddot.h" - -void matrix_init_kb(void) { - - matrix_init_user(); -} - |