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