diff options
author | MakotoKurauchi <pluis@me.com> | 2020-05-07 16:27:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 00:27:12 -0700 |
commit | 5d29a13e22acd08768d256d079ab4b3fed480e12 (patch) | |
tree | 7abb5918ea220f1c303963137466cab38ddd9b10 /keyboards/helix/rev1/config.h | |
parent | 81c648e9477ee07f2035233bfa5c6e200b415c63 (diff) |
Changed the VID/PID for Helix keyboards (#8989)
Diffstat (limited to 'keyboards/helix/rev1/config.h')
-rw-r--r-- | keyboards/helix/rev1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/helix/rev1/config.h b/keyboards/helix/rev1/config.h index 1a5a266641..6c6ebea68a 100644 --- a/keyboards/helix/rev1/config.h +++ b/keyboards/helix/rev1/config.h @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x3060 +#define VENDOR_ID 0x3265 +#define PRODUCT_ID 0x8000 #define DEVICE_VER 0x0001 #define MANUFACTURER Yushakobo #define PRODUCT Helix Alpha |