diff options
Diffstat (limited to 'keyboards/handwired/jotpad16/jotpad16.c')
-rw-r--r-- | keyboards/handwired/jotpad16/jotpad16.c | 6 |
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 0000000000..512234b917 --- /dev/null +++ b/keyboards/handwired/jotpad16/jotpad16.c @@ -0,0 +1,6 @@ +#include "jotpad16.h" + +void matrix_init_kb(void) { + + matrix_init_user(); +} |