summaryrefslogtreecommitdiff
path: root/keyboards/macro3/macro3.h
blob: d95f504083e2be11443c2951fa37d0792f5b26e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2020 David Philip Barr <@davidphilipbarr>
 * Copyright 2021 @filterpaper
 * SPDX-License-Identifier: GPL-2.0+
 */

#include "quantum.h"

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