diff options
author | Zambumon <Zambumon@users.noreply.github.com> | 2020-03-11 01:44:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 00:44:20 +0000 |
commit | 979ac0d8da29b6edf01db951ee99c31e853da2c6 (patch) | |
tree | 68bfd53fc565151731d12aad3bfa4167ceaa38a5 /keyboards/tokyo60/config.h | |
parent | 7a89b51018e21e7c317c043ba819d950ff33fff8 (diff) | |
download | qmk_firmware-979ac0d8da29b6edf01db951ee99c31e853da2c6.tar.gz qmk_firmware-979ac0d8da29b6edf01db951ee99c31e853da2c6.zip |
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>
Diffstat (limited to 'keyboards/tokyo60/config.h')
-rw-r--r-- | keyboards/tokyo60/config.h | 13 |
1 files changed, 5 insertions, 8 deletions
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 |