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