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 4e1efc06c..1c4720b5c 100755 --- a/keyboards/handwired/reddot/reddot.c +++ b/keyboards/handwired/reddot/reddot.c | |||
@@ -1,7 +1 @@ | |||
1 | #include "reddot.h" | #include "reddot.h" | |
2 | |||
3 | void matrix_init_kb(void) { | ||
4 | |||
5 | matrix_init_user(); | ||
6 | } | ||
7 | |||