summaryrefslogtreecommitdiff
path: root/keyboards/handwired/ortho5x13/ortho5x13.c
diff options
context:
space:
mode:
authorStick <nstickney@gmail.com>2017-03-27 21:19:36 -0500
committerStick <nstickney@gmail.com>2017-03-27 21:19:36 -0500
commita47e9166353012777b6e2d9c64f0c87420576f18 (patch)
treedfe9a8ab1ae4d3ced95afc528c9ed0c24cbfb444 /keyboards/handwired/ortho5x13/ortho5x13.c
parenta03d946d0c4edf0c3e50812af7f3c826b958c945 (diff)
parent7a9437a2e3a2597e8eef1ea293bfb3c394f588b9 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/handwired/ortho5x13/ortho5x13.c')
-rw-r--r--keyboards/handwired/ortho5x13/ortho5x13.c8
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();
+}