Skip to content

Commit

Permalink
Update USB Device strings for VIA identification (#13962)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft authored Aug 11, 2021
1 parent af3627d commit 3161f10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions keyboards/handwired/3dp660/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6075
#define VENDOR_ID 0x676F // "go" - gooberpsycho
#define PRODUCT_ID 0x3660 // "3" "660"
#define DEVICE_VER 0x0001
#define MANUFACTURER Handwired
#define PRODUCT 3dp660
#define MANUFACTURER gooberpsycho
#define PRODUCT 3dp660 Handwired

#define TAPPING_TERM 400

Expand Down
4 changes: 2 additions & 2 deletions keyboards/rpiguy9907/southpaw66/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6077
#define VENDOR_ID 0x9907 // "9907" - rpiguy9907
#define PRODUCT_ID 0x5366 // "S" "66"
#define DEVICE_VER 0x0001
#define MANUFACTURER rpiguy9907
#define PRODUCT Southpaw66
Expand Down
2 changes: 1 addition & 1 deletion keyboards/yatara/drink_me/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define VENDOR_ID 0x5961 // "Ya" - Yatara
#define PRODUCT_ID 0x1470
#define DEVICE_VER 0x0001
#define MANUFACTURER Yatara
Expand Down

0 comments on commit 3161f10

Please sign in to comment.