diff options
author | Takeshi Nishio <kkeennnn+github@gmail.com> | 2021-07-30 01:11:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 09:11:40 -0700 |
commit | 441fd2ca5b942ea93d2345d1181ed76a95fd8ae7 (patch) | |
tree | ece607404523fc4509dd2dae5827fc9ff7d120c8 /keyboards/jones/v03_1/config.h | |
parent | 6bdecb16c0fc1b3dd17cbc0d2bc73f9a7bfa6142 (diff) |
[Keyboard] Match Vendor ID to my other keyboard, "unison". (#13699)
Co-authored-by: Takeshi Nishio <kkeennnn@gmail.com>
Diffstat (limited to 'keyboards/jones/v03_1/config.h')
-rw-r--r-- | keyboards/jones/v03_1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/jones/v03_1/config.h b/keyboards/jones/v03_1/config.h index c1d6a577fc..1b67b6b58f 100644 --- a/keyboards/jones/v03_1/config.h +++ b/keyboards/jones/v03_1/config.h @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0xB9DD #define PRODUCT_ID 0x175A #define DEVICE_VER 0x0031 #define MANUFACTURER jpskenn |