summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/jot50/jot50.c
diff options
context:
space:
mode:
authorjotix <47826561+jotix@users.noreply.github.com>2019-03-18 18:56:12 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-18 18:56:12 +0100
commitbd61b5b0ed76eb3b9676ef828b9e833cdb3301e5 (patch)
tree77ac3524acead0a7e22fc6b3cf690520e61ab710 /keyboards/handwired/jot50/jot50.c
parent68d4f78b2580a2f216112880b18341ca6e429d15 (diff)
downloadqmk_firmware-bd61b5b0ed76eb3b9676ef828b9e833cdb3301e5.tar.gz
qmk_firmware-bd61b5b0ed76eb3b9676ef828b9e833cdb3301e5.tar.xz
[Keyboard] Add Jot50 handwired board (#5431)
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();
+}