]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ (markdown)
authortmk <wakojun+tmk@gmail.com>
Thu, 27 Nov 2014 04:17:46 +0000 (20:17 -0800)
committertmk <wakojun+tmk@gmail.com>
Thu, 27 Nov 2014 04:17:46 +0000 (20:17 -0800)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 8248fe226f1a60171f3d342ec3ee6d3186b2bb24..6ab748e80411ef29a1ea5ddea6ebed9417da9015 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -56,7 +56,26 @@ Windows only. Linux, OSX and other OS's doesn't require this. It looks like Wind
 You will need this after editing `CONSOLE_ENABLE`, `NKRO_ENABLE`, `EXTRAKEY_ENABLE` or `MOUSEKEY_ENABLE` option in **Makefile**.\r
 \r
 \r
+## USB VID and PID\r
+You can use any ID you want with editing `config.h`.\r
+Using any presumably unused ID will be no problem in fact except for very least chance of collision with other product. So I don't think it is worth bugging them to get prototype VID.\r
 \r
+For example TMK uses following numbers.\r
+```\r
+keyboard:\r
+hhkb: FEED:CAFE\r
+gh60: FEED:6060\r
+\r
+converter:\r
+x68k: FEED:6800\r
+ps2: FEED:6512\r
+adb: FEED:0ADB\r
+ibm4704: FEED:4704\r
+pc98: FEED:9898\r
+```\r
+\r
+Also see this.\r
+https://github.com/tmk/tmk_keyboard/issues/150\r
 \r
 \r
 \r