diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-07-25 20:12:15 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-25 20:12:15 -0700 |
commit | 7a8c139d072ca8919e685affa1001b4199d52255 (patch) | |
tree | 4cf77998b593a7143422c5917c946b09e9be99c5 /keyboards/e6v2/e6v2.h | |
parent | 49892272a08766aa270ca5c2aa6f5a108f33bdda (diff) | |
download | qmk_firmware-7a8c139d072ca8919e685affa1001b4199d52255.tar.gz qmk_firmware-7a8c139d072ca8919e685affa1001b4199d52255.zip |
Keyboard: E6V2 Layout Fix (#3490)
* add yanfali's patch to get rid of the e6v2 directory in configurator
* fix matrix for 60_ansi
Diffstat (limited to 'keyboards/e6v2/e6v2.h')
-rw-r--r-- | keyboards/e6v2/e6v2.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/e6v2/e6v2.h b/keyboards/e6v2/e6v2.h deleted file mode 100644 index 5190a3e826..0000000000 --- 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 |