diff options
Diffstat (limited to 'keyboards/keebio/bigswitchseat/bigswitchseat.h')
-rw-r--r-- | keyboards/keebio/bigswitchseat/bigswitchseat.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/keebio/bigswitchseat/bigswitchseat.h b/keyboards/keebio/bigswitchseat/bigswitchseat.h new file mode 100644 index 0000000000..3f66c6bc3b --- /dev/null +++ b/keyboards/keebio/bigswitchseat/bigswitchseat.h @@ -0,0 +1,12 @@ +// Copyright 2021 Danny Nguyen (@nooges) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "quantum.h" + +#define LAYOUT( \ + k00 \ +) { \ + { k00 } \ +} |