summaryrefslogtreecommitdiff
path: root/keyboards/handwired/fivethirteen/fivethirteen.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/fivethirteen/fivethirteen.c')
-rw-r--r--keyboards/handwired/fivethirteen/fivethirteen.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/fivethirteen/fivethirteen.c b/keyboards/handwired/fivethirteen/fivethirteen.c
index 4c16e72eb6..2d71560bf6 100644
--- a/keyboards/handwired/fivethirteen/fivethirteen.c
+++ b/keyboards/handwired/fivethirteen/fivethirteen.c
@@ -1,8 +1 @@
#include "fivethirteen.h"
-
-void matrix_init_kb(void) {
- // put your keyboard start-up code here
- // runs once when the firmware starts up
-
- matrix_init_user();
-}