diff options
Diffstat (limited to 'keyboards/handwired/fivethirteen/fivethirteen.c')
-rw-r--r-- | keyboards/handwired/fivethirteen/fivethirteen.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/fivethirteen/fivethirteen.c b/keyboards/handwired/fivethirteen/fivethirteen.c index 4c16e72eb..2d71560bf 100644 --- a/keyboards/handwired/fivethirteen/fivethirteen.c +++ b/keyboards/handwired/fivethirteen/fivethirteen.c | |||
@@ -1,8 +1 @@ | |||
1 | #include "fivethirteen.h" | #include "fivethirteen.h" | |
2 | |||
3 | void matrix_init_kb(void) { | ||
4 | // put your keyboard start-up code here | ||
5 | // runs once when the firmware starts up | ||
6 | |||
7 | matrix_init_user(); | ||
8 | } | ||