~ruther/qmk_firmware

ref: c0185116d780cee4bf61c70be0221be2e8ce5962 qmk_firmware/keyboards/maple_computing/christmas_tree/christmas_tree.h -rw-r--r-- 186 bytes
c0185116 — Joel Challis More validation of declared LAYOUT macro names (#16520) 3 years ago
                                                                                
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 } \
}