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/handwired | |
parent | af3627db255752fdb49d2461d2c1fa3ae136d4cc (diff) |
Update USB Device strings for VIA identification (#13962)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/3dp660/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/handwired/3dp660/config.h b/keyboards/handwired/3dp660/config.h index e719cf2c25..60ab13deaa 100644 --- a/keyboards/handwired/3dp660/config.h +++ b/keyboards/handwired/3dp660/config.h @@ -19,11 +19,11 @@ 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 PRODUCT_ID 0x6075 +#define VENDOR_ID 0x676F // "go" - gooberpsycho +#define PRODUCT_ID 0x3660 // "3" "660" #define DEVICE_VER 0x0001 -#define MANUFACTURER Handwired -#define PRODUCT 3dp660 +#define MANUFACTURER gooberpsycho +#define PRODUCT 3dp660 Handwired #define TAPPING_TERM 400 |