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/westm68/rev1 | |
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/westm68/rev1')
-rw-r--r-- | keyboards/westm/westm68/rev1/config.h | 2 | ||||
-rw-r--r-- | keyboards/westm/westm68/rev1/rules.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/westm/westm68/rev1/config.h b/keyboards/westm/westm68/rev1/config.h index 054b47cca2..488d644c3e 100644 --- a/keyboards/westm/westm68/rev1/config.h +++ b/keyboards/westm/westm68/rev1/config.h @@ -16,6 +16,8 @@ #pragma once +#define PRODUCT_ID 0x0101 + // The pin connected to the data pin of the LEDs #define RGB_DI_PIN A8 #define RGBLED_NUM 16 diff --git a/keyboards/westm/westm68/rev1/rules.mk b/keyboards/westm/westm68/rev1/rules.mk index 1e3cebb145..e69de29bb2 100644 --- a/keyboards/westm/westm68/rev1/rules.mk +++ b/keyboards/westm/westm68/rev1/rules.mk @@ -1 +0,0 @@ -RGBLIGHT_ENABLE = yes |