diff options
Diffstat (limited to 'keyboards/handwired/ortho5x13/ortho5x13.c')
-rw-r--r-- | keyboards/handwired/ortho5x13/ortho5x13.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/ortho5x13/ortho5x13.c b/keyboards/handwired/ortho5x13/ortho5x13.c new file mode 100644 index 0000000000..cf8352cc43 --- /dev/null +++ b/keyboards/handwired/ortho5x13/ortho5x13.c @@ -0,0 +1,8 @@ +#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(); +} |