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

#include "quantum.h"
#define LAYOUT( \
    K00, K01, K02, K03,  \
    K10, K11, K12, K13,  \
    K20, K21, K22, K23 \
    ) { \
        {K00, K01, K02, K03}, \
        {K10, K11, K12, K13}, \
        {K20, K21, K22, K23} \
    }