diff options
author | Luigi311 <luigi311.lg@gmail.com> | 2021-11-10 09:27:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 08:27:55 -0800 |
commit | 3de700847e21ade4eead405e968f5ef30fcb8aac (patch) | |
tree | 4b645c2409f93653643f4dc8afb19dfd8e9e1267 /keyboards/handwired/stream_cheap/2x5/config.h | |
parent | 4ee91f236b91c99a27a845e7ec25e1f1829ec6c7 (diff) |
[Keyboard] Stream cheap via fixes/updates (#14325)
Diffstat (limited to 'keyboards/handwired/stream_cheap/2x5/config.h')
-rw-r--r-- | keyboards/handwired/stream_cheap/2x5/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/handwired/stream_cheap/2x5/config.h b/keyboards/handwired/stream_cheap/2x5/config.h index cd69c632f1..e7a73107b9 100644 --- a/keyboards/handwired/stream_cheap/2x5/config.h +++ b/keyboards/handwired/stream_cheap/2x5/config.h @@ -3,11 +3,11 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x1215 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Kyle Hart -#define PRODUCT Stream Cheap 2x5 +#define VENDOR_ID 0x7363 // Stream Cheap +#define PRODUCT_ID 0x1215 +#define DEVICE_VER 0x0001 +#define MANUFACTURER Stream Cheap +#define PRODUCT 2x5 /* key matrix size */ #define MATRIX_ROWS 2 @@ -15,7 +15,7 @@ /* define direct pins used */ #define DIRECT_PINS { { D1,C6,B4,B5,B2}, { D0,D4,D7,E6,B6} } -//#define DIRECT_PINS { { D1, C6, B4, B6, D0}, { D7, D4, B2, B5, E6} } + /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 |