Skip to content

Commit

Permalink
Changing Zeal60/Zeal65 VID/PID to be unique (qmk#4605)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilba authored and yeliu84 committed Jan 7, 2019
1 parent c8161f5 commit 5881994
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions keyboards/zeal60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
#include "config_common.h"

// USB Device descriptor parameter
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6060
#define VENDOR_ID 0x5A45 // ZealPC ("ZE")
#define PRODUCT_ID 0x0060 // Zeal60
#define DEVICE_VER 0x0001
#define MANUFACTURER ZealPC
#define PRODUCT Zeal60
#define DESCRIPTION Zeal60 (QMK Firmware)
#define DESCRIPTION Zeal60

// key matrix size
#define MATRIX_ROWS 5
Expand Down
6 changes: 3 additions & 3 deletions keyboards/zeal65/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
#include "config_common.h"

// USB Device descriptor parameter
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6065
#define VENDOR_ID 0x5A45 // ZealPC ("ZE")
#define PRODUCT_ID 0x0065 // Zeal65
#define DEVICE_VER 0x0001
#define MANUFACTURER ZealPC
#define PRODUCT Zeal65
#define DESCRIPTION Zeal65 (QMK Firmware)
#define DESCRIPTION Zeal65

// key matrix size
#define MATRIX_ROWS 5
Expand Down

0 comments on commit 5881994

Please sign in to comment.