diff options
author | tmk <tmk@users.noreply.github.com> | 2015-11-27 10:59:33 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-11-27 10:59:33 +0900 |
commit | 1ef3dee8214a614d28e287a419bb6d2cac31d190 (patch) | |
tree | 341953e42d6e44b8906e6ea2abe9903473c6f08f /FAQ-Build.md | |
parent | 79aa1f348455102e563693e0b3ec647cc73362ae (diff) |
Updated FAQ Build (markdown)
Diffstat (limited to 'FAQ-Build.md')
-rw-r--r-- | FAQ-Build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ-Build.md b/FAQ-Build.md index 4adbdddc33..7569baeb74 100644 --- a/FAQ-Build.md +++ b/FAQ-Build.md @@ -17,7 +17,7 @@ https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/ In short when your controller is ATMega32u4, $ sudo dfu-programmer atmega32u4 erase --force - $ sudo dfu-programmer atmega32u4 flash hhkb_rn42.hex + $ sudo dfu-programmer atmega32u4 flash your.hex $ sudo dfu-programmer atmega32u4 reset or just |