]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/the_ruler/the_ruler.h
The ruler (#2138)
[qmk_firmware.git] / keyboards / the_ruler / the_ruler.h
1 #ifndef THERULER_H
2 #define THERULER_H
3
4 #include "quantum.h"
5
6 #define KEYMAP( \
7     K00, K01, K02, K03, K04, K05 ) { \
8     { K00, K01, K02, K03, K04, K05 }  \
9 }
10
11 #endif