summaryrefslogtreecommitdiffstats
path: root/keyboards/k_type
diff options
context:
space:
mode:
authorKaleb Elwert <belak@coded.io>2018-04-04 05:30:22 +0200
committerJack Humbert <jack.humb@gmail.com>2018-04-04 07:31:45 +0200
commit738588618bd4e09c9ce81bb2f6e417ef4b80c757 (patch)
tree1b2e0cbc08c54bb05fa386b4f0953e69e6667f73 /keyboards/k_type
parent67268db576f2d486982f622a06f401c753617356 (diff)
downloadqmk_firmware-738588618bd4e09c9ce81bb2f6e417ef4b80c757.tar.gz
qmk_firmware-738588618bd4e09c9ce81bb2f6e417ef4b80c757.tar.xz
Update input:club boards to use the proper vendor and device
Diffstat (limited to 'keyboards/k_type')
-rw-r--r--keyboards/k_type/config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/k_type/config.h b/keyboards/k_type/config.h
index 7aca24398..d19e0ff64 100644
--- a/keyboards/k_type/config.h
+++ b/keyboards/k_type/config.h
@@ -23,13 +23,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* USB Device descriptor parameter */
#define VENDOR_ID 0x1c11
#define PRODUCT_ID 0xb04d
-#define DEVICE_VER 673
+#define DEVICE_VER 0x0001
/* in python2: list(u"whatever".encode('utf-16-le')) */
/* at most 32 characters or the ugly hack in usb_main.c borks */
-#define MANUFACTURER "Input Club"
-#define USBSTR_MANUFACTURER 'I', '\x00', 'n', '\x00', 'p', '\x00', 'u', '\x00', 't', '\x00', ' ', '\x00', 'C', '\x00', 'l', '\x00', 'u', '\x00', 'b', '\x00'
-#define PRODUCT "K-Type/QMK"
-#define USBSTR_PRODUCT 'K', '\x00', '-', '\x00', 'T', '\x00', 'y', '\x00', 'p', '\x00', 'e', '\x00', '/', '\x00', 'Q', '\x00', 'M', '\x00', 'K', '\x00'
+#define MANUFACTURER Input Club
+#define PRODUCT K-Type/QMK
/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 10