]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/40percentclub/nano/nano.h
21d6c4f30c2cf7df5683395149398e6c39c98061
[qmk_firmware.git] / keyboards / 40percentclub / nano / nano.h
1 #ifndef NANO_H
2 #define NANO_H
3
4 #include "quantum.h"
5
6 #define LAYOUT( \
7     k01, k02, k03, k04, \
8     k05, k06, k07, k08  \
9   ) { \
10     { k01, k02, k03, k04 }, \
11     { k05, k06, k07, k08 } \
12 }
13
14 #endif