diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-11-18 12:16:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 20:16:18 +0000 |
commit | 0f8b0d971f40b43a6f779878275963f0ff52819d (patch) | |
tree | 029a469abf2da71ed6a5a046c4cc7f7feba3f62b /keyboards/exclusive/e6v2/le_bmc/config.h | |
parent | 3270cbeb46d69d0961d3a7243c154f84f5bafaa2 (diff) |
VIA Support: E6V2 BMC editions (#10969)
* update readme with relevant PCB versioning
* Add VIA keymap to e6v2 LE BMC
* add via keymap
* Update keyboards/exclusive/e6v2/le_bmc/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/exclusive/e6v2/oe_bmc/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/exclusive/e6v2/le_bmc/config.h')
-rw-r--r-- | keyboards/exclusive/e6v2/le_bmc/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/exclusive/e6v2/le_bmc/config.h b/keyboards/exclusive/e6v2/le_bmc/config.h index 198e73265d..36c1336f2c 100644 --- a/keyboards/exclusive/e6v2/le_bmc/config.h +++ b/keyboards/exclusive/e6v2/le_bmc/config.h @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x4558 +#define PRODUCT_ID 0xE62D #define DEVICE_VER 0x0001 #define MANUFACTURER Exclusive / E-Team #define PRODUCT E6-V2 LE BMC |