diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-08-11 00:19:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 00:19:55 -0700 |
commit | 3161f10b1f4c95fdf857b6f3ce9572cf6fdcf7f1 (patch) | |
tree | e632bc385323532f3db4953a09277e12e7c0095b /keyboards/yatara | |
parent | af3627db255752fdb49d2461d2c1fa3ae136d4cc (diff) | |
download | qmk_firmware-3161f10b1f4c95fdf857b6f3ce9572cf6fdcf7f1.tar.gz qmk_firmware-3161f10b1f4c95fdf857b6f3ce9572cf6fdcf7f1.zip |
Update USB Device strings for VIA identification (#13962)
Diffstat (limited to 'keyboards/yatara')
-rw-r--r-- | keyboards/yatara/drink_me/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/yatara/drink_me/config.h b/keyboards/yatara/drink_me/config.h index ab066761fd..10573092c9 100644 --- a/keyboards/yatara/drink_me/config.h +++ b/keyboards/yatara/drink_me/config.h @@ -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 |