diff options
author | Harshit Goel <harshitgoel96@yahoo.com> | 2020-10-15 23:41:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 11:11:23 -0700 |
commit | 0f453bc5f7685671e79a465e0bbd6c8c67a93409 (patch) | |
tree | 8a3901eb20a591924c86d1e0ad0c5009b3b15607 /keyboards/ergotravel/rev1 | |
parent | 21357b658a86146f41566be8dc93900a2ca8a35f (diff) | |
download | qmk_firmware-0f453bc5f7685671e79a465e0bbd6c8c67a93409.tar.gz qmk_firmware-0f453bc5f7685671e79a465e0bbd6c8c67a93409.zip |
Add VIA code to ergoTravel (#10493)
* Add VIA code to ergoTravel, VendorId changed to allow via
* Update LTO_ENABLE for via
* Accept comments from the QMK PR discussion
* Restore original rules.mk from qmk master, update via rules to remove redundant bootmagic
* rules update
* find and use unique VID without qmk. Used 0x4A50, did not find clash
* Removed unused via layer
* Reset hard to last clean commit, redo changes for Hex Translation and Enum
Diffstat (limited to 'keyboards/ergotravel/rev1')
-rw-r--r-- | keyboards/ergotravel/rev1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergotravel/rev1/config.h b/keyboards/ergotravel/rev1/config.h index 89045666be..4bcb24e0df 100644 --- a/keyboards/ergotravel/rev1/config.h +++ b/keyboards/ergotravel/rev1/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 0xCEEB -#define PRODUCT_ID 0x1256 +#define VENDOR_ID 0x4A50 //JP +#define PRODUCT_ID 0x4554 //ET #define DEVICE_VER 0x0100 #define MANUFACTURER JPConstantineau.com #define PRODUCT ErgoTravel Keyboard |