diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /keyboards/buzzard/buzzard.h |
Diffstat (limited to 'keyboards/buzzard/buzzard.h')
-rw-r--r-- | keyboards/buzzard/buzzard.h | 9 |
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 | ||