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>
1 files changed, 2 insertions(+), 2 deletions(-) M keyboards/eve/meteor/config.h
M keyboards/eve/meteor/config.h => keyboards/eve/meteor/config.h +2 -2
@@ 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