aboutsummaryrefslogtreecommitdiff
path: root/keyboards/bat43/bat43.h
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-10 12:13:40 +0100
committerAkshay <[email protected]>2022-04-10 12:13:40 +0100
commitdc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch)
tree4ccb8fa5886b66fa9d480edef74236c27f035e16 /keyboards/bat43/bat43.h
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"