diff --git a/Compile-keyboard-bootloader.md b/Compile-keyboard-bootloader.md index 7ccae66..ae70125 100644 --- a/Compile-keyboard-bootloader.md +++ b/Compile-keyboard-bootloader.md @@ -10,7 +10,7 @@ make generic-pc13 ``` this will produce `bootloader_only_binaries/generic_boot20_pc13.bin` ## Convert bootloader to hex format -using `srec_cat` +using `srec_cat` to convert windows: http://srecord.sourceforge.net/ linux: sudo apt install srecord