You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/e6v2/e6v2.h

14 lines
163 B

#ifndef E6V2_H
#define E6V2_H
#include "quantum.h"
#ifdef KEYBOARD_e6v2_oe
#include "oe.h"
#endif
#ifdef KEYBOARD_e6v2_le
#include "le.h"
#endif
#endif