diff options
author | Erovia <Erovia@users.noreply.github.com> | 2020-03-17 15:34:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 15:34:37 +0100 |
commit | 61da6153081a1928ff7883beafa09320f8befef0 (patch) | |
tree | 7388d764a3fe0fb2cdc5c2a19a28609fcaa9c440 /keyboards/lazydesigners/the60/config.h | |
parent | ece14278efe5168ef20298984bff4b1d5eb43e4b (diff) |
Add VIA support for LazyDesigners Dimple. (#8447)
* Assign unique VID to LazyDesigners' boards
* Add VIA support for LazyDesigners Dimple
* Apply @fauxpark's suggestions
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/lazydesigners/the60/config.h')
-rw-r--r-- | keyboards/lazydesigners/the60/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lazydesigners/the60/config.h b/keyboards/lazydesigners/the60/config.h index d6bd2205c6..2929ad2adb 100644 --- a/keyboards/lazydesigners/the60/config.h +++ b/keyboards/lazydesigners/the60/config.h @@ -3,7 +3,7 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x4C44 // "LD" #define PRODUCT_ID 0x0060 #define DEVICE_VER 0x0001 #define MANUFACTURER LazyDesigners |