summaryrefslogtreecommitdiff
path: root/keyboards/8pack/rev12/rev12.h
blob: 3efeb06de58a33a7b23db552551f64b56101558c (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "8pack.h"

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