From 7a8c139d072ca8919e685affa1001b4199d52255 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Wed, 25 Jul 2018 20:12:15 -0700 Subject: Keyboard: E6V2 Layout Fix (#3490) * add yanfali's patch to get rid of the e6v2 directory in configurator * fix matrix for 60_ansi --- keyboards/e6v2/e6v2.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 keyboards/e6v2/e6v2.h (limited to 'keyboards/e6v2/e6v2.h') diff --git a/keyboards/e6v2/e6v2.h b/keyboards/e6v2/e6v2.h deleted file mode 100644 index 5190a3e82..000000000 --- a/keyboards/e6v2/e6v2.h +++ /dev/null @@ -1,14 +0,0 @@ -#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 \ No newline at end of file -- cgit v1.2.3