summaryrefslogtreecommitdiff
path: root/Keyboard_firmware
diff options
context:
space:
mode:
Diffstat (limited to 'Keyboard_firmware')
-rw-r--r--Keyboard_firmware/readme.md5
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.