summaryrefslogtreecommitdiffstats
path: root/keyboard/jd45/jd45.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/jd45/jd45.h')
-rw-r--r--keyboard/jd45/jd45.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboard/jd45/jd45.h b/keyboard/jd45/jd45.h
deleted file mode 100644
index 1e9de2123..000000000
--- a/keyboard/jd45/jd45.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef JD45_H
-#define JD45_H
-
-#include "matrix.h"
-#include "keymap.h"
-#include "backlight.h"
-#include <stddef.h>
-#include <avr/io.h>
-
-void matrix_init_user(void);
-void matrix_scan_user(void);
-
-#endif