diff options
author | d3v1c3nv11 <d3v1c3nv11@users.noreply.github.com> | 2017-11-07 10:25:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:25:58 +0200 |
commit | f389bc6ad507a880e25899d222315f9c4c00e97b (patch) | |
tree | 5d7db07c71a7206341bec6edeb1a26b546f54b2d | |
parent | 7742b67e229a4a85dfed1a7e9b179c83bf06b09e (diff) |
Create readme.md
-rw-r--r-- | Keyboard_firmware/readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Keyboard_firmware/readme.md b/Keyboard_firmware/readme.md new file mode 100644 index 0000000..d022761 --- /dev/null +++ b/Keyboard_firmware/readme.md @@ -0,0 +1,5 @@ +Factory default firmware. Burn it with AVR-ISP500(-TINY) using avrdude and command: +```bash +avrdude -V -pm32u4 -cstk500v2 -P/dev/ttyACM0 -U flash:w:keyboard.hex:a -U hfuse:w:0xD8:m -U efuse:w:0xC7:m -U lock:w:0xCF:m +``` +or any ATmega32U4-compatible programmer tool and software. |