From 1c7c5daad4ba78ea42d9bb0a1f74dc57733bf1dc Mon Sep 17 00:00:00 2001 From: Diego Song Date: Thu, 19 Mar 2020 19:33:13 -0400 Subject: VIA Support for GH60 (#8442) * VIA Support: GH60 Rev C and GH60 Satan * Corrected GH60 VIA default keymap * Corrected GH60 VIA default keymap pt 2 * Copied default keymap over via default keymap * Satan GH60 default corrected for VIA * Satan GH60 default corrected for VIA pt 2 * Satan GH60 LTO enable for size * Transparent 4th dynamic layer for GH60 Via support * Update keyboards/gh60/revc/info.json * Update keyboards/gh60/satan/info.json * Update keyboards/gh60/satan/info.json * Removed deprecated JSON keys gh60/revc/info.json * Removed inline comment next to VID for GH60 Satan --- keyboards/gh60/revc/config.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'keyboards/gh60/revc/config.h') diff --git a/keyboards/gh60/revc/config.h b/keyboards/gh60/revc/config.h index e0cfa7268d..8c24b1e7e6 100644 --- a/keyboards/gh60/revc/config.h +++ b/keyboards/gh60/revc/config.h @@ -14,14 +14,17 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ + +#pragma once + #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 +#define VENDOR_ID 0x4335 // GEEKhack +#define PRODUCT_ID 0x0001 #define DEVICE_VER 0x0001 #define MANUFACTURER geekhack -#define PRODUCT GH60 +#define PRODUCT GH60 Rev C #define DESCRIPTION t.m.k. keyboard firmware for GH60 /* key matrix size */ -- cgit v1.2.3