aboutsummaryrefslogtreecommitdiff
path: root/keyboards/bat43/bat43.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bat43/bat43.h')
-rw-r--r--keyboards/bat43/bat43.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/bat43/bat43.h b/keyboards/bat43/bat43.h
new file mode 100644
index 000000000..42d44107b
--- /dev/null
+++ b/keyboards/bat43/bat43.h
@@ -0,0 +1,10 @@
1#pragma once
2
3#ifdef KEYBOARD_bat43_rev1
4 #include "rev1.h"
5#endif
6#ifdef KEYBOARD_bat43_rev2
7 #include "rev2.h"
8#endif
9
10#include "quantum.h"