summaryrefslogtreecommitdiff
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, 0 insertions, 12 deletions
diff --git a/keyboard/jd45/jd45.h b/keyboard/jd45/jd45.h
deleted file mode 100644
index d0ca1a88d0..0000000000
--- a/keyboard/jd45/jd45.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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