mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 18:06:34 +06:00
13 lines
174 B
C
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 } \
|
||
|
}
|