diff options
author | Brice Figureau <brice@daysofwonder.com> | 2019-02-05 00:31:59 +0100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-04 15:31:59 -0800 |
commit | 33526778209f9de570edd0b7af1a42eed8fffdc2 (patch) | |
tree | 774d70689d84c54980cd7467f244afd2de854831 /keyboards/e7v1/config.h | |
parent | ab579650b69f3080acc6cda62202605605a909bd (diff) |
Make QMK Configurator work with e7-v1 (#5007)
* Make QMK Configurator work with e7-v1
This adds the missing info.json file for the e7-v1 keyboard which I
forgot to add to the original PR.
This allows to see the correct layout in QMK Configurator.
* Fix the ISO layout
The ISO layout has one extra key (hash/tilde) on row 3 right before
the enter key.
The e7-v1 PCB has this key wired at the same switch as the ANSI
backslash (since this switch is not used in ISO).
Diffstat (limited to 'keyboards/e7v1/config.h')
-rw-r--r-- | keyboards/e7v1/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/e7v1/config.h b/keyboards/e7v1/config.h index 653d874041..eacb3ba312 100644 --- a/keyboards/e7v1/config.h +++ b/keyboards/e7v1/config.h @@ -6,9 +6,9 @@ #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x7050 #define DEVICE_VER 0x0001 -#define MANUFACTURER Exclusive / E - Team -#define PRODUCT E7 - V1 -#define DESCRIPTION E7 - V1 QMK PCB(LED) +#define MANUFACTURER Exclusive / E-Team +#define PRODUCT E7-V1 +#define DESCRIPTION E7-V1 QMK PCB(LED) /* key matrix size */ #define MATRIX_ROWS 6 |