summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2014-03-16 13:39:50 -0700
committertmk <tmk@users.noreply.github.com>2014-03-16 13:39:50 -0700
commit01a218f36b0dd60c01e2198ea47e54a88c78ff89 (patch)
tree32d1aa3a6296f6f3b76545cabe8ddfd17a26ba35
parent5383d37925289dad8006b3d3cc0f012c84756b21 (diff)
Updated FAQ (markdown)
-rw-r--r--FAQ.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index a1681e6ce7..2935d6be68 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -15,6 +15,16 @@ Use **LUFA**.
See also [Issue #50](https://github.com/tmk/tmk_keyboard/issues/50) and [Issue #58](https://github.com/tmk/tmk_keyboard/issues/58).
+## Edit configuration but not change
+Try these.
+### 1. make clean
+This will be needed when you edit **config.h**.
+
+### 2. Remove Drivers from Device Manager(Windows)
+Windows only. Linux, OSX and other OS's doesn't require this. It looks like Windows keeps using driver installed when device was connected first time even after the device changes its configuration. To load proper drivers for new configuration you need to remove existent drivers from **Drvice Manager**.
+
+You will need this after editing `CONSOLE_ENABLE`, `NKRO_ENABLE`, `EXTRAKEY_ENABLE` or `MOUSEKEY_ENABLE` option in **Makefile**.
+
# Degug Console
## hid_listen can't find device