diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2020-03-19 04:28:13 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 10:28:13 -0700 |
commit | 76d8558b1a11e93193dec7d444f4d783ab97f1a5 (patch) | |
tree | 3705790636fc024f68896afba13f55680bf6d60a /keyboards/tkc1800/config.h | |
parent | 8123dd264933879d5eb34c82c837e94d860c5c3f (diff) |
VIA support for TKC1800 (#8178)
* VIA support for TKC1800
* Fixed VENDOR_ID
Diffstat (limited to 'keyboards/tkc1800/config.h')
-rw-r--r-- | keyboards/tkc1800/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tkc1800/config.h b/keyboards/tkc1800/config.h index a45fb677e5..5ba40bb35c 100644 --- a/keyboards/tkc1800/config.h +++ b/keyboards/tkc1800/config.h @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 +#define VENDOR_ID 0x544B // "TK" +#define PRODUCT_ID 0x0001 #define DEVICE_VER 0x0003 #define MANUFACTURER The Key Company #define PRODUCT TKC1800 |