summaryrefslogtreecommitdiff
path: root/keyboards/handwired/stream_cheap/2x4/2x4.h
blob: 37d37af728d866bab171e21493892304dafe666f (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}  \
}