forked from mirrors/qmk_firmware
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>
This commit is contained in:
parent
f7cffcbcd4
commit
b84b6107ff
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue