summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing/christmas_tree/christmas_tree.h
blob: 68eefca6a865608bd5193959ae280d21b6a138c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "quantum.h"

#define LAYOUT( \
    k00, k10, k20, k30, k40, k50 \
) { \
    { k00 }, \
    { k10 }, \
    { k20 }, \
    { k30 }, \
    { k40 }, \
    { k50 } \
}