summaryrefslogtreecommitdiff
path: root/keyboards/handwired/stream_cheap/2x3/2x3.h
blob: 12e9a460966a8ff5caf32139369ffdb38c3fe3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "quantum.h"

#define LAYOUT_ortho_2x3( \
	K00, K01, K02, \
	K03, K04, K05  \
) { \
	{ K00,   K01,   K02}, \
	{ K03,   K04,   K05}  \
}