9 lines
190 B
C
9 lines
190 B
C
|
// 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
|