diff options
author | Danny <nooges@users.noreply.github.com> | 2022-03-08 17:08:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 22:08:02 +0000 |
commit | 022e1fdac86c38136d6f818aec15d34b1ab92be5 (patch) | |
tree | 53ac1e741ad3c09bc811d9f5997dcb2c5e107ed6 /keyboards/keebio/bigswitchseat/info.json | |
parent | 3347b63d83d019219770f55627f3d5136806bb5c (diff) | |
download | qmk_firmware-022e1fdac86c38136d6f818aec15d34b1ab92be5.tar.gz qmk_firmware-022e1fdac86c38136d6f818aec15d34b1ab92be5.zip |
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>
Diffstat (limited to 'keyboards/keebio/bigswitchseat/info.json')
-rw-r--r-- | keyboards/keebio/bigswitchseat/info.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/keebio/bigswitchseat/info.json b/keyboards/keebio/bigswitchseat/info.json new file mode 100644 index 0000000000..10328da26f --- /dev/null +++ b/keyboards/keebio/bigswitchseat/info.json @@ -0,0 +1,10 @@ +{ + "keyboard_name": "Big Switch Seat", + "url": "https://robotcandy.company/", + "maintainer": "nooges", + "layouts": { + "LAYOUT": { + "layout": [{"x": 0, "y": 0, "w": 4, "h": 4}] + } + } +} |