]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/40percentclub/gherkin/gherkin.h
Tidy 40percentclub boards (#4403)
[qmk_firmware.git] / keyboards / 40percentclub / gherkin / gherkin.h
1 #pragma once
2
3 #include "quantum.h"
4
5 #define LAYOUT_ortho_3x10( \
6          K00,   K01,   K02,   K03,   K04,   K05,   K10,   K11,   K12,   K13 , \
7          K14,   K15,   K20,   K21,   K22,   K23,   K24,   K25,   K30,   K31 , \
8          K32,   K33,   K34,   K35,   K40,   K41,   K42,   K43,   K44,   K45   \
9 ) { \
10         { K00,   K01,   K02,   K03,   K04,   K05 }, \
11         { K10,   K11,   K12,   K13,   K14,   K15 }, \
12         { K20,   K21,   K22,   K23,   K24,   K25 }, \
13         { K30,   K31,   K32,   K33,   K34,   K35 }, \
14         { K40,   K41,   K42,   K43,   K44,   K45 }  \
15 }