Skip to content

Commit

Permalink
Changed VENDOR_ID and PRODUCT_ID of Boston keyboard (#14528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylon committed Sep 22, 2021
1 parent 88283cd commit e0022da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/boston/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#pragma once

/* USB Device descriptor parameter */
#define VENDOR_ID 0xAC11
#define PRODUCT_ID 0x4175
#define VENDOR_ID 0xAC12
#define PRODUCT_ID 0x4176
#define DEVICE_VER 0x0001
#define MANUFACTURER Pylon
#define PRODUCT Boston
Expand Down

0 comments on commit e0022da

Please sign in to comment.