Skip to content

Commit

Permalink
Change VID/PID for Zinc (qmk#11681)
Browse files Browse the repository at this point in the history
  • Loading branch information
monksoffunk authored and sowbug committed Jan 26, 2021
1 parent c44940e commit 3039316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions keyboards/zinc/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x9991
#define VENDOR_ID 0x04D8
#define PRODUCT_ID 0xEA3B
#define DEVICE_VER 0x0001
#define MANUFACTURER monksoffunk
#define MANUFACTURER 25KEYS
#define PRODUCT zinc rev.1

#define TAPPING_FORCE_HOLD
Expand Down
6 changes: 3 additions & 3 deletions keyboards/zinc/reva/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x9991
#define VENDOR_ID 0x04D8
#define PRODUCT_ID 0xEA3B
#define DEVICE_VER 0x0001
#define MANUFACTURER monksoffunk
#define MANUFACTURER 25KEYS
#define PRODUCT zinc rev.A

#define TAPPING_FORCE_HOLD
Expand Down

0 comments on commit 3039316

Please sign in to comment.