aboutsummaryrefslogtreecommitdiff
path: root/keyboard/jd45/jd45.h
diff options
context:
space:
mode:
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 000000000..f07bd5e13
--- /dev/null
+++ b/keyboard/jd45/jd45.h
@@ -0,0 +1,12 @@
1#ifndef JD45_H
2#define JD45_H
3
4#include "matrix.h"
5#include "keymap_common.h"
6#include "backlight.h"
7#include <stddef.h>
8
9void * matrix_init_user(void);
10void * matrix_scan_user(void);
11
12#endif