1
0
Fork 0

Update input:club boards to use the proper vendor and device

This commit is contained in:
Kaleb Elwert 2018-04-03 20:30:22 -07:00 committed by Jack Humbert
parent 67268db576
commit 738588618b
5 changed files with 14 additions and 18 deletions

View file

@ -21,13 +21,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PREVENT_STUCK_MODIFIERS
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0F0F
#define VENDOR_ID 0x1c11
#define PRODUCT_ID 0xb04d
#define DEVICE_VER 0x0001
/* in python2: list(u"whatever".encode('utf-16-le')) */
/* at most 32 characters or the ugly hack in usb_main.c borks */
#define MANUFACTURER Input Club
#define PRODUCT WhiteFox (QMK)
#define PRODUCT WhiteFox/QMK
/* key matrix size */
#define MATRIX_ROWS 9