aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/tokyo60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tokyo60/config.h')
-rw-r--r--keyboards/tokyo60/config.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/keyboards/tokyo60/config.h b/keyboards/tokyo60/config.h
index 2c1326c0a..79b904da1 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