]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - FAQ.md
Updated FAQ (markdown)
[qmk_firmware.git] / FAQ.md
diff --git a/FAQ.md b/FAQ.md
index 1f5822a7008ac4c335ecc59f5722d43c9f0a521e..9d73012bcbedbfc909a06fabfeef897614e60834 100644 (file)
--- 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\r
 You need your own LED indicators for CapsLock, ScrollLock and NumLock? See this post.\r
 \r
-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\r
+\r
+## Program Arduino Micro/Leonardo\r
+Push reset button and then run command like this within 8 seconds.\r
+\r
+```\r
+avrdude -patmega32u4 -cavr109 -b57600 -Uflash:w:adb_usb.hex -P/dev/ttyACM0\r
+```\r
+\r
+Device name will vary depending on your system.\r
+\r
+http://arduino.cc/en/Main/ArduinoBoardMicro\r
+https://geekhack.org/index.php?topic=14290.msg1563867#msg1563867
\ No newline at end of file