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