diff options
author | Drashna Jaelre <drashna@live.com> | 2020-10-13 04:36:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 04:36:17 -0700 |
commit | c87b2efef8c7ff02c997c64c6bf112af4f30622e (patch) | |
tree | dde4e2b4982b6740d233395020c56d9393a4b7ee /keyboards/eve/meteor/config.h | |
parent | 2a65709db6b6154b6780b70b26de57d8d9a63749 (diff) | |
parent | b84b6107ff30cf53d758e28d8c9f6ca273b333d6 (diff) |
Add VIA keymap for EVE Meteor. (#10454)
* Add VIA keymap for EVE Meteor.
* Remove bootmagic flag and add vendor/product IDs.
* Update keyboards/eve/meteor/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Increment EVE Vendor ID to be unique.
* Change product IDs.
Make the EVE Meteor IDs both unique and somewhat logical based on the product name.
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/eve/meteor/config.h')
-rw-r--r-- | keyboards/eve/meteor/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/eve/meteor/config.h b/keyboards/eve/meteor/config.h index 2100c3a458..1e8c6ca052 100644 --- a/keyboards/eve/meteor/config.h +++ b/keyboards/eve/meteor/config.h @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0x20A0 -#define PRODUCT_ID 0x422D +#define VENDOR_ID 0x4556 // "EV" +#define PRODUCT_ID 0x4D54 // "MT" #define DEVICE_VER 0x0200 #define MANUFACTURER EVE #define PRODUCT Meteor |