]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/40percentclub/nano/nano.h
Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)
[qmk_firmware.git] / keyboards / 40percentclub / nano / nano.h
1 #pragma once
2
3 #include "quantum.h"
4
5 #define LAYOUT_ortho_2x4( \
6     k01, k02, k03, k04, \
7     k05, k06, k07, k08  \
8   ) { \
9     { k01, k02, k03, k04 }, \
10     { k05, k06, k07, k08 } \
11 }
12
13 #define LAYOUT LAYOUT_ortho_2x4