summaryrefslogtreecommitdiff
path: root/keyboards/gh60/revc/config.h
diff options
context:
space:
mode:
authorDiego Song <diego.m.song@gmail.com>2020-03-19 19:33:13 -0400
committerGitHub <noreply@github.com>2020-03-19 16:33:13 -0700
commit1c7c5daad4ba78ea42d9bb0a1f74dc57733bf1dc (patch)
tree8fd7227bb88ab4d90b323102497360600e4f03bd /keyboards/gh60/revc/config.h
parentaeab11da8857e5e6d9959993b96782811fbd0a26 (diff)
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
Diffstat (limited to 'keyboards/gh60/revc/config.h')
-rw-r--r--keyboards/gh60/revc/config.h9
1 files changed, 6 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
*/
+
+#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 */