diff options
Diffstat (limited to 'keyboards/handwired/xealous/rev1/rev1.c')
-rw-r--r-- | keyboards/handwired/xealous/rev1/rev1.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/xealous/rev1/rev1.c b/keyboards/handwired/xealous/rev1/rev1.c index 3e51421d85..ad9f298c19 100644 --- a/keyboards/handwired/xealous/rev1/rev1.c +++ b/keyboards/handwired/xealous/rev1/rev1.c @@ -1,6 +1,2 @@ #include "quantum.h" #include "rev1.h" - -void matrix_init_kb(void) { - matrix_init_user(); -} |