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