Browse Source

Changed VENDOR_ID and PRODUCT_ID of Boston keyboard (#14528)

pull/14553/head
Pylon 2 years ago
committed by GitHub
parent
commit
e0022daf11
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/boston/config.h

+ 2
- 2
keyboards/boston/config.h View File

@ -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


Loading…
Cancel
Save