aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/rotr/rotr.h
blob: bf2ff12929e11cfdb367fc9eec04db8783fcb003 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "quantum.h"

#define LAYOUT( \
	K00, K01, K02  \
) { \
	{ K00,   K01,   K02 }  \
}