qmk-keychron-q3-colemak-dh/keyboards/vial_example/vial_rp2040/vial_rp2040.h

14 lines
175 B
C
Raw Normal View History

2022-09-12 02:02:52 +02:00
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#include "quantum.h"
#define LAYOUT( \
K00, K01, \
K10, K11 \
) { \
{ K00, K01 }, \
{ K10, K11 } \
}