summaryrefslogtreecommitdiff
path: root/keyboards/keebio/bigswitchseat/bigswitchseat.h
blob: 3f66c6bc3b2ffd44c54ecfe2e139de65b972d1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2021 Danny Nguyen (@nooges)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "quantum.h"

#define LAYOUT( \
    k00 \
) { \
    { k00 }  \
}