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