summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authortmk <wakojun+tmk@gmail.com>2014-12-15 19:07:42 -0800
committertmk <wakojun+tmk@gmail.com>2014-12-15 19:07:42 -0800
commitb105d83bcebe154b76a18baa727c8f6569fe5f9d (patch)
tree7b64789ebeef929a7d375f34f60c578c8b6f3d0a /FAQ.md
parent69fe8cf2325f1b25c82c6f6f2e23184a379e3ab6 (diff)
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 1f5822a700..9d73012bcb 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -233,4 +233,16 @@ And read **26.5.1 MCU Control Register – MCUCR** of ATMega32U4 datasheet.
## Adding LED indicators of Lock keys
You need your own LED indicators for CapsLock, ScrollLock and NumLock? See this post.
-http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478-120.html#p191560 \ No newline at end of file
+http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478-120.html#p191560
+
+## Program Arduino Micro/Leonardo
+Push reset button and then run command like this within 8 seconds.
+
+```
+avrdude -patmega32u4 -cavr109 -b57600 -Uflash:w:adb_usb.hex -P/dev/ttyACM0
+```
+
+Device name will vary depending on your system.
+
+http://arduino.cc/en/Main/ArduinoBoardMicro
+https://geekhack.org/index.php?topic=14290.msg1563867#msg1563867 \ No newline at end of file