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 | |
parent | 6bdecb16c0fc1b3dd17cbc0d2bc73f9a7bfa6142 (diff) | |
download | qmk_firmware-441fd2ca5b942ea93d2345d1181ed76a95fd8ae7.tar.gz qmk_firmware-441fd2ca5b942ea93d2345d1181ed76a95fd8ae7.zip |
[Keyboard] Match Vendor ID to my other keyboard, "unison". (#13699)
Co-authored-by: Takeshi Nishio <kkeennnn@gmail.com>
-rw-r--r-- | keyboards/jones/v03/config.h | 2 | ||||
-rw-r--r-- | keyboards/jones/v03_1/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jones/v03/config.h b/keyboards/jones/v03/config.h index 0ff82e8d3..7a37fc1f3 100644 --- a/keyboards/jones/v03/config.h +++ b/keyboards/jones/v03/config.h | |||
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
20 | #include "config_common.h" | 20 | #include "config_common.h" |
21 | 21 | ||
22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
23 | #define VENDOR_ID 0xFEED | 23 | #define VENDOR_ID 0xB9DD |
24 | #define PRODUCT_ID 0x175A | 24 | #define PRODUCT_ID 0x175A |
25 | #define DEVICE_VER 0x0030 | 25 | #define DEVICE_VER 0x0030 |
26 | #define MANUFACTURER jpskenn | 26 | #define MANUFACTURER jpskenn |
diff --git a/keyboards/jones/v03_1/config.h b/keyboards/jones/v03_1/config.h index c1d6a577f..1b67b6b58 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/>. | |||
20 | #include "config_common.h" | 20 | #include "config_common.h" |
21 | 21 | ||
22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
23 | #define VENDOR_ID 0xFEED | 23 | #define VENDOR_ID 0xB9DD |
24 | #define PRODUCT_ID 0x175A | 24 | #define PRODUCT_ID 0x175A |
25 | #define DEVICE_VER 0x0031 | 25 | #define DEVICE_VER 0x0031 |
26 | #define MANUFACTURER jpskenn | 26 | #define MANUFACTURER jpskenn |