]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/four_banger/four_banger.h
fix the clueboard layout json
[qmk_firmware.git] / keyboards / four_banger / four_banger.h
1 #ifndef KB_H
2 #define KB_H
3
4 #include "quantum.h"
5
6 #define LAYOUT_ortho_2x2( \
7     K00, K01, \
8     K10, K11  \
9 ) { \
10     { K00,   K01 }, \
11     { K10,   K11 }  \
12 }
13
14 #endif