ergodox-firmware
ergodox-firmware copied to clipboard
Documentation and Makefile tweaks
Hi Ben,
Based on issue https://github.com/benblazak/ergodox-firmware/issues/46, here is a small update that does a few things to help get newbies started:
- I clarified the compilation documentation to help new users get started. You don't need to compile from the src directory with the makefile changes below...
- use -f with git clean, this prevents an error when running
make clean
- tell git to ignore the build directory
- the
firmware
target will put the firmware in thebuild
directory (firmware-compile
does whatfirmware
used to do) - added a
firmware-all
target that will skip building the ui-info files (just runsfirmware
for all layouts)
I hope you approve of these changes, but let me know what you think.
Tested locally, the changes work for me.