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

#include "quantum.h"

#define LAYOUT_ortho_2x4(\
	K00, K01, K02,K03, \
	K04, K05, K06,K07  \
) \
  { \
    { K00,K01,K02,K03}, \
	{ K04,K05,K06,K07}  \
}