summaryrefslogtreecommitdiffstats
path: root/keyboards/the_ruler/the_ruler.h
blob: 45a327b0dccd281b9bd9cc4628b0e428c81e0dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef THERULER_H
#define THERULER_H

#include "quantum.h"

#define LAYOUT( \
    K00, K01, K02, K03, K04, K05 ) { \
    { K00, K01, K02, K03, K04, K05 }  \
}

#endif