Browse Source

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>
pull/10454/head
Nate Stein 3 years ago
committed by GitHub
parent
commit
b84b6107ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/eve/meteor/config.h

+ 2
- 2
keyboards/eve/meteor/config.h View File

@ -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


Loading…
Cancel
Save