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