diff options
author | Simon <47527944+Frooastside@users.noreply.github.com> | 2022-04-13 16:25:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 07:25:16 -0700 |
commit | 937ffcecc89070fdbd06c9bcc2ff8ce6059fef88 (patch) | |
tree | bab94934759dd34bffdfbaab7aaa5ac288cc8006 /keyboards/frooastboard/walnut/walnut.h | |
parent | 84307744306e46d2699f9766be07f530af7c310e (diff) | |
download | qmk_firmware-937ffcecc89070fdbd06c9bcc2ff8ce6059fef88.tar.gz qmk_firmware-937ffcecc89070fdbd06c9bcc2ff8ce6059fef88.zip |
[Keyboard] Add Frooastboard Walnut (69% Keyboard) (#16743)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/frooastboard/walnut/walnut.h')
-rw-r--r-- | keyboards/frooastboard/walnut/walnut.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/frooastboard/walnut/walnut.h b/keyboards/frooastboard/walnut/walnut.h new file mode 100644 index 0000000000..3ceb9bd689 --- /dev/null +++ b/keyboards/frooastboard/walnut/walnut.h @@ -0,0 +1,6 @@ +// Copyright 2022 Simon Benezan (@Frooastside) +// SPDX-License-Identifier: GPL-3.0-or-later + +#pragma once + +#include "quantum.h" |