]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/e6v2/e6v2.h
E6-V2 Last Edition (LE) Support (#3324)
[qmk_firmware.git] / keyboards / e6v2 / e6v2.h
1 #ifndef E6V2_H
2 #define E6V2_H
3
4 #include "quantum.h"
5
6 #ifdef KEYBOARD_e6v2_oe
7     #include "oe.h"
8 #endif
9
10 #ifdef KEYBOARD_e6v2_le
11     #include "le.h"
12 #endif
13
14 #endif