summaryrefslogtreecommitdiff
path: root/keyboard/jd45/jd45.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-11-09 14:24:56 -0500
committerJack Humbert <jack.humb@gmail.com>2015-11-09 14:24:56 -0500
commit3d1117db504975d288cb6b777970e3f0b1057a21 (patch)
tree3af58f5e8c5f344e4d8bc29b83b1950a014ac038 /keyboard/jd45/jd45.h
parent8e9153ce1295c7e4863a8f98db63bd4692c440f1 (diff)
parentd2d75b9759f473e28533c88bbe88b8dd7c9c1433 (diff)
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
Diffstat (limited to 'keyboard/jd45/jd45.h')
-rw-r--r--keyboard/jd45/jd45.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboard/jd45/jd45.h b/keyboard/jd45/jd45.h
new file mode 100644
index 0000000000..f07bd5e139
--- /dev/null
+++ b/keyboard/jd45/jd45.h
@@ -0,0 +1,12 @@
+#ifndef JD45_H
+#define JD45_H
+
+#include "matrix.h"
+#include "keymap_common.h"
+#include "backlight.h"
+#include <stddef.h>
+
+void * matrix_init_user(void);
+void * matrix_scan_user(void);
+
+#endif