1
0
Fork 0

Add VIA support to Tokyo60. (#8362)

* VIA_ENABLE Tokyo60 PCB

* Update config.h

* Apply suggestions from code review

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
Zambumon 2020-03-11 01:44:20 +01:00 committed by GitHub
parent 7a89b51018
commit 979ac0d8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 371 additions and 29 deletions

View file

@ -1,15 +1,14 @@
#ifndef CONFIG_H
#define CONFIG_H
#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6060
#define VENDOR_ID 0x5436 // "T6"
#define PRODUCT_ID 0x6060 // Tokyo60
#define DEVICE_VER 0x0001
#define MANUFACTURER Tokyo Keyboard
#define PRODUCT tokyo60
#define DESCRIPTION q.m.k. keyboard firmware for tokyo60
#define PRODUCT Tokyo60
#define DESCRIPTION q.m.k. keyboard firmware for Tokyo60
/* key matrix size */
#define MATRIX_ROWS 5
@ -54,5 +53,3 @@
/* For Production */
#define QMK_ESC_OUTPUT F0 // usually COL
#define QMK_ESC_INPUT D0 // usually ROW
#endif