diff options
author | d3v1c3nv11 <d3v1c3nv11@users.noreply.github.com> | 2017-11-07 10:11:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:11:59 +0200 |
commit | 7742b67e229a4a85dfed1a7e9b179c83bf06b09e (patch) | |
tree | 3f0052ae653475a2979eda9d707f69267b00e6c1 /Keyboard_firmware/flashit | |
parent | dce4a0bd446dd15a331e80437df88142f80e5091 (diff) |
factory default firmware
Diffstat (limited to 'Keyboard_firmware/flashit')
-rw-r--r-- | Keyboard_firmware/flashit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Keyboard_firmware/flashit b/Keyboard_firmware/flashit new file mode 100644 index 0000000..650cdeb --- /dev/null +++ b/Keyboard_firmware/flashit @@ -0,0 +1,2 @@ +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 + |