diff options
author | Watson <93159069+wttsn@users.noreply.github.com> | 2022-07-02 04:55:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 21:55:10 +1000 |
commit | 48721b20fc5524d4a388e7fc5d5d0ba16ad6902b (patch) | |
tree | 457a401c795573594005c7ec5aa833e96bb787ea /keyboards/westm/westmergo/config.h | |
parent | c725f6f7680b7d8f89974676ce46dd94b74431c0 (diff) |
Updated revisions and added a keyboard (#16731)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: WestM <93159069+WestMProducts@users.noreply.github.com>
Diffstat (limited to 'keyboards/westm/westmergo/config.h')
-rw-r--r-- | keyboards/westm/westmergo/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/westm/westmergo/config.h b/keyboards/westm/westmergo/config.h index 1f90dc82b8..3e775a7401 100644 --- a/keyboards/westm/westmergo/config.h +++ b/keyboards/westm/westmergo/config.h @@ -18,7 +18,7 @@ /* USB Device descriptor parameter */ #define VENDOR_ID 0x574D // WM -#define PRODUCT_ID 0x0001 +#define PRODUCT_ID 0x0201 #define DEVICE_VER 0x0001 // Revision prototype #define MANUFACTURER WestM #define PRODUCT WestMErgo @@ -43,7 +43,7 @@ #define RGBLIGHT_EFFECT_TWINKLE // The pin connected to the data pin of the LEDs #define RGB_DI_PIN A8 -#define RGBLED_NUM 19 +#define RGBLED_NUM 16 /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST |