summaryrefslogtreecommitdiff
path: root/keyboards/biacco42/ergo42/ergo42.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/biacco42/ergo42/ergo42.h')
-rw-r--r--keyboards/biacco42/ergo42/ergo42.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/biacco42/ergo42/ergo42.h b/keyboards/biacco42/ergo42/ergo42.h
new file mode 100644
index 0000000000..265e605e6c
--- /dev/null
+++ b/keyboards/biacco42/ergo42/ergo42.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "quantum.h"
+
+#ifdef KEYBOARD_biacco42_ergo42_rev1
+ #include "rev1.h"
+#endif