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

#include "quantum.h"

#define LAYOUT_ortho_2x5( \
	K00, K01, K02, K03, K04, \
	K10, K11, K12, K13, K14  \
) { \
	{ K00,   K01,   K02,   K03,   K04 }, \
	{ K10,   K11,   K12,   K13,   K14 }  \
}