qmk_firmware/keyboards/keebio/bigswitchseat/bigswitchseat.h

13 lines
174 B
C

// Copyright 2021 Danny Nguyen (@nooges)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "quantum.h"
#define LAYOUT( \
k00 \
) { \
{ k00 } \
}