summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2014-05-19 18:38:09 -0700
committertmk <tmk@users.noreply.github.com>2014-05-19 18:38:09 -0700
commitf1ed69fa7badd5ffa2f60018c3a1600f974df1e4 (patch)
tree129bdab55a07251bd5758e351e7419861e16f4d2 /FAQ.md
parentb828fff7888239838a177b7caae0859688a608cf (diff)
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 2dc23b84a1..d25795b70f 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -169,4 +169,12 @@ http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478-60.htm
## Wakeup from sleep doesn't work
In Windows check `Allow this device to wake the computer` setting in Power **Management property** tab of **Device Manager**. Also check BIOS setting.
-Pressing any key during sleep should wake host. \ No newline at end of file
+Pressing any key during sleep should wake host.
+
+
+## Using Arduino?
+**Note that Arduino pin naming is different from actual chip.** For example, Arduino pin `D0` is not `PD0`. Check circuit with its schematics yourself.
+http://arduino.cc/en/uploads/Main/arduino-leonardo-schematic_3b.pdf
+http://arduino.cc/en/uploads/Main/arduino-micro-schematic.pdf
+
+Arduino leonardo and micro have ATMega32U4 and can be used for TMK, though Arduino bootloader may be a problem. \ No newline at end of file