summaryrefslogtreecommitdiff
path: root/keyboards/buzzard/buzzard.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-01-10 10:34:22 +0000
committerQMK Bot <hello@qmk.fm>2022-01-10 10:34:22 +0000
commitb4b636112ed1318c14244529c5330ee24f597e47 (patch)
tree4f5d56ceadbb86fa766392c6ec50d767683562d7 /keyboards/buzzard/buzzard.h
parent5491385f3dc3c357ffd86a0cd6e0c3c2ec662e65 (diff)
parent2e19d0d7d14fef69d583886c244d3c67b3c0cc3d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/buzzard/buzzard.h')
-rw-r--r--keyboards/buzzard/buzzard.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/buzzard/buzzard.h b/keyboards/buzzard/buzzard.h
new file mode 100644
index 0000000000..f094e4af39
--- /dev/null
+++ b/keyboards/buzzard/buzzard.h
@@ -0,0 +1,9 @@
+// Copyright 2021 Christoph Rehmann (crehmann)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#include "quantum.h"
+
+#if defined(KEYBOARD_buzzard_rev1)
+# include "rev1.h"
+#endif \ No newline at end of file