diff options
| author | Luigi311 | 2021-11-10 17:27:55 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-10 17:27:55 +0100 |
| commit | 3de700847e21ade4eead405e968f5ef30fcb8aac (patch) | |
| tree | 4b645c2409f93653643f4dc8afb19dfd8e9e1267 /keyboards/handwired/stream_cheap/2x3 | |
| parent | 4ee91f236b91c99a27a845e7ec25e1f1829ec6c7 (diff) | |
[Keyboard] Stream cheap via fixes/updates (#14325)
Diffstat (limited to 'keyboards/handwired/stream_cheap/2x3')
| -rw-r--r-- | keyboards/handwired/stream_cheap/2x3/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/handwired/stream_cheap/2x3/config.h b/keyboards/handwired/stream_cheap/2x3/config.h index a142ec4a4e..5e571e356a 100644 --- a/keyboards/handwired/stream_cheap/2x3/config.h +++ b/keyboards/handwired/stream_cheap/2x3/config.h @@ -3,11 +3,11 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x1213 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Kyle Hart -#define PRODUCT Stream Cheap 2x3 +#define VENDOR_ID 0x7363 // Stream Cheap +#define PRODUCT_ID 0x1213 +#define DEVICE_VER 0x0001 +#define MANUFACTURER Stream Cheap +#define PRODUCT 2x3 /* key matrix size */ #define MATRIX_ROWS 2 |