summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/crkbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/crkbd.h')
-rw-r--r--keyboards/crkbd/crkbd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/crkbd/crkbd.h b/keyboards/crkbd/crkbd.h
new file mode 100644
index 000000000..889bcb9ae
--- /dev/null
+++ b/keyboards/crkbd/crkbd.h
@@ -0,0 +1,8 @@
+#ifndef CRKBD_H
+#define CRKBD_H
+
+#ifdef KEYBOARD_crkbd_rev1
+ #include "rev1.h"
+#endif
+
+#endif