aboutsummaryrefslogtreecommitdiff
path: root/keyboards/buzzard/buzzard.h
diff options
context:
space:
mode:
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 000000000..f094e4af3
--- /dev/null
+++ b/keyboards/buzzard/buzzard.h
@@ -0,0 +1,9 @@
1// Copyright 2021 Christoph Rehmann (crehmann)
2// SPDX-License-Identifier: GPL-2.0-or-later
3#pragma once
4
5#include "quantum.h"
6
7#if defined(KEYBOARD_buzzard_rev1)
8# include "rev1.h"
9#endif \ No newline at end of file