summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/fivethirteen/fivethirteen.c
diff options
context:
space:
mode:
authorRobbie Gill <gill.rob@gmail.com>2016-06-30 15:13:08 +0200
committerJack Humbert <jack.humb@gmail.com>2016-06-30 15:13:08 +0200
commitbfd673fbae7861e819eb17e0d1da58a1af76391a (patch)
treedade834f1006c30edcfbcaae11a467429b2d55fb /keyboards/handwired/fivethirteen/fivethirteen.c
parentfbf697b9ff2a2347bd9ecedfb86333e5a395c872 (diff)
downloadqmk_firmware-bfd673fbae7861e819eb17e0d1da58a1af76391a.tar.gz
qmk_firmware-bfd673fbae7861e819eb17e0d1da58a1af76391a.tar.xz
initial version of handwired/fivethirteen (#462)
Diffstat (limited to 'keyboards/handwired/fivethirteen/fivethirteen.c')
-rw-r--r--keyboards/handwired/fivethirteen/fivethirteen.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/fivethirteen/fivethirteen.c b/keyboards/handwired/fivethirteen/fivethirteen.c
new file mode 100644
index 000000000..4c16e72eb
--- /dev/null
+++ b/keyboards/handwired/fivethirteen/fivethirteen.c
@@ -0,0 +1,8 @@
+#include "fivethirteen.h"
+
+void matrix_init_kb(void) {
+ // put your keyboard start-up code here
+ // runs once when the firmware starts up
+
+ matrix_init_user();
+}