summaryrefslogtreecommitdiff
path: root/keyboards/the_ruler/the_ruler.h
blob: 171d21a072a69214f0086f036dfd97f88cf1ab85 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "quantum.h"

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