[Keyboard] Stream cheap via fixes/updates (#14325)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user