Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing Zeal60/Zeal65 VID/PID to be unique #4605

Merged
merged 1 commit into from
Dec 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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