diff options
author | tmk <tmk@users.noreply.github.com> | 2014-03-06 17:04:09 -0800 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2014-03-06 17:04:09 -0800 |
commit | a25df9432b4c38e1712d8c5224f05ba37b161cd8 (patch) | |
tree | 151a6c4beb45b61cd048513f36a5a288ae30fe7f | |
parent | bf6d2b5ebdfcac2727a0ee639c299054143dd94a (diff) |
Updated FAQ (markdown)
-rw-r--r-- | FAQ.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,7 +8,10 @@ To build with new **config.h** you need It is no longer recommended and may cause some problem. See [Issue #99](https://github.com/tmk/tmk_keyboard/issues/99). +## USB stack: LUFA or PJRC? +Use **LUFA**. **PJRC** stack won't be supported actively anymore. There is no reason to hesitate to use LUFA except for binary size(about 1KB lager?). +See also [Issue #50](https://github.com/tmk/tmk_keyboard/issues/50) and [Issue #58](https://github.com/tmk/tmk_keyboard/issues/58). # Degug Console ## hid_listen can't find device |