summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authortmk <wakojun+tmk@gmail.com>2014-11-26 20:17:46 -0800
committertmk <wakojun+tmk@gmail.com>2014-11-26 20:17:46 -0800
commitbf5638e51194f7c10fa95f2bdbe7bb443606216d (patch)
treea93740760abe362ad667085a3c47618ea9185afe /FAQ.md
parentf7172ff5a60cb501375aa147b806151a6b6d765e (diff)
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 8248fe226f..6ab748e804 100644
--- 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**.
+## USB VID and PID
+You can use any ID you want with editing `config.h`.
+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.
+For example TMK uses following numbers.
+```
+keyboard:
+hhkb: FEED:CAFE
+gh60: FEED:6060
+
+converter:
+x68k: FEED:6800
+ps2: FEED:6512
+adb: FEED:0ADB
+ibm4704: FEED:4704
+pc98: FEED:9898
+```
+
+Also see this.
+https://github.com/tmk/tmk_keyboard/issues/150