diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-05-16 09:16:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 09:16:51 -0700 |
| commit | 7f6ba2bf8ae31ad02836d63a2842cefba3f8a5b5 (patch) | |
| tree | 74b48369d6c147df104fc4029b4733fa8581d6fc /keyboards/exclusive/e7v1/config.h | |
| parent | 142ebaea4650b81da143210438ec3828d81289e9 (diff) | |
| download | qmk_firmware-7f6ba2bf8ae31ad02836d63a2842cefba3f8a5b5.tar.gz qmk_firmware-7f6ba2bf8ae31ad02836d63a2842cefba3f8a5b5.zip | |
[Keymap] VIA Support: Exclusive E7-V1 (#9038)
* add a VIA Keymap
* update VID and PID
* update readme
* Update keyboards/exclusive/e7v1/readme.md
Diffstat (limited to 'keyboards/exclusive/e7v1/config.h')
| -rw-r--r-- | keyboards/exclusive/e7v1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/exclusive/e7v1/config.h b/keyboards/exclusive/e7v1/config.h index 689d7e862..c8f150125 100644 --- a/keyboards/exclusive/e7v1/config.h +++ b/keyboards/exclusive/e7v1/config.h | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | #include "config_common.h" | 3 | #include "config_common.h" |
| 4 | 4 | ||
| 5 | /* USB Device descriptor parameter */ | 5 | /* USB Device descriptor parameter */ |
| 6 | #define VENDOR_ID 0xFEED | 6 | #define VENDOR_ID 0x4558 // EX |
| 7 | #define PRODUCT_ID 0x7050 | 7 | #define PRODUCT_ID 0xE701 // E7-V1 |
| 8 | #define DEVICE_VER 0x0001 | 8 | #define DEVICE_VER 0x0001 |
| 9 | #define MANUFACTURER Exclusive / E-Team | 9 | #define MANUFACTURER Exclusive / E-Team |
| 10 | #define PRODUCT E7-V1 | 10 | #define PRODUCT E7-V1 |
