From bd61b5b0ed76eb3b9676ef828b9e833cdb3301e5 Mon Sep 17 00:00:00 2001 From: jotix <47826561+jotix@users.noreply.github.com> Date: Mon, 18 Mar 2019 14:56:12 -0300 Subject: [Keyboard] Add Jot50 handwired board (#5431) --- keyboards/handwired/jot50/jot50.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 keyboards/handwired/jot50/jot50.c (limited to 'keyboards/handwired/jot50/jot50.c') diff --git a/keyboards/handwired/jot50/jot50.c b/keyboards/handwired/jot50/jot50.c new file mode 100644 index 0000000000..a1d2258a58 --- /dev/null +++ b/keyboards/handwired/jot50/jot50.c @@ -0,0 +1,6 @@ +#include "jot50.h" + +void matrix_init_kb(void) { + + matrix_init_user(); +} -- cgit v1.2.3