diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-03-15 11:12:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 11:12:30 -0400 |
commit | 8c184847f74641ac1eef6a29700c4ee4cab42f6c (patch) | |
tree | 2a97a5ac61f4c2c8441ae12554b528e731626164 /keyboards/handwired/ortho5x13/ortho5x13.c | |
parent | 8685d73893a1f3f4f1b2cdd5287477e1cc43fcf8 (diff) | |
parent | 20a48e0198b02a246dce2b729c14809ccaa471c6 (diff) |
Merge pull request #1150 from nooges/ortho5x13
Add handwired 5x13 ortholinear keyboard
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(); +} |