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/dimple/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/dimple/config.h')
-rw-r--r-- | keyboards/lazydesigners/dimple/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lazydesigners/dimple/config.h b/keyboards/lazydesigners/dimple/config.h index 5c36a72527..a72c78cb3c 100644 --- a/keyboards/lazydesigners/dimple/config.h +++ b/keyboards/lazydesigners/dimple/config.h @@ -20,7 +20,7 @@ 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 VENDOR_ID 0x4C44 // "LD" #define PRODUCT_ID 0x0040 #define DEVICE_VER 0x0001 #define MANUFACTURER LazyDesigners |