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

#include "quantum.h"

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

#endif