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/oe/oe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/e6v2/oe/oe.h') diff --git a/keyboards/e6v2/oe/oe.h b/keyboards/e6v2/oe/oe.h index 2cfecb0be1..0746039fe7 100644 --- a/keyboards/e6v2/oe/oe.h +++ b/keyboards/e6v2/oe/oe.h @@ -1,7 +1,7 @@ #ifndef OE_H #define OE_H -#include "../e6v2.h" +#include "quantum.h" #define LAYOUT( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ -- cgit v1.2.3