2018-02-28 21:22:53 +00:00
|
|
|
#ifndef E6V2_H
|
|
|
|
#define E6V2_H
|
|
|
|
|
|
|
|
#include "quantum.h"
|
|
|
|
|
2018-07-06 15:15:56 +00:00
|
|
|
#ifdef KEYBOARD_e6v2_oe
|
|
|
|
#include "oe.h"
|
|
|
|
#endif
|
2018-02-28 21:22:53 +00:00
|
|
|
|
2018-07-06 15:15:56 +00:00
|
|
|
#ifdef KEYBOARD_e6v2_le
|
|
|
|
#include "le.h"
|
2018-02-28 21:22:53 +00:00
|
|
|
#endif
|
2018-07-06 15:15:56 +00:00
|
|
|
|
|
|
|
#endif
|