Add Big Switch Seat (#16524)
* Add Big Switch Seat * Update keyboards/keebio/bigswitchseat/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keebio/bigswitchseat/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
3347b63d83
commit
022e1fdac8
10 changed files with 212 additions and 0 deletions
12
keyboards/keebio/bigswitchseat/bigswitchseat.h
Normal file
12
keyboards/keebio/bigswitchseat/bigswitchseat.h
Normal file
|
@ -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 } \
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue