summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/jot50/jot50.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/jot50/jot50.c')
-rw-r--r--keyboards/handwired/jot50/jot50.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/jot50/jot50.c b/keyboards/handwired/jot50/jot50.c
new file mode 100644
index 000000000..a1d2258a5
--- /dev/null
+++ b/keyboards/handwired/jot50/jot50.c
@@ -0,0 +1,6 @@
+#include "jot50.h"
+
+void matrix_init_kb(void) {
+
+ matrix_init_user();
+}