diff options
author | Nate Stein <stein3@users.noreply.github.com> | 2020-10-07 10:49:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 10:49:51 -0700 |
commit | b84b6107ff30cf53d758e28d8c9f6ca273b333d6 (patch) | |
tree | eea8cfe0d9498b96e196c642d4397937f8da13a1 /keyboards | |
parent | f7cffcbcd4d6ffb3e00a401e46fe4816ae4b253a (diff) |
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>
Diffstat (limited to 'keyboards')
-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 870bc57f32..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 0x20A1 -#define PRODUCT_ID 0x422D +#define VENDOR_ID 0x4556 // "EV" +#define PRODUCT_ID 0x4D54 // "MT" #define DEVICE_VER 0x0200 #define MANUFACTURER EVE #define PRODUCT Meteor |