From 979ac0d8da29b6edf01db951ee99c31e853da2c6 Mon Sep 17 00:00:00 2001 From: Zambumon Date: Wed, 11 Mar 2020 01:44:20 +0100 Subject: 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> --- keyboards/tokyo60/config.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'keyboards/tokyo60/config.h') diff --git a/keyboards/tokyo60/config.h b/keyboards/tokyo60/config.h index 2c1326c0a1..79b904da1b 100644 --- a/keyboards/tokyo60/config.h +++ b/keyboards/tokyo60/config.h @@ -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 -- cgit v1.2.3