- Enhance the Makefile to enable firmware building exclusively for the left side.
To modify the keymap, flashing only the left side's firmware suffices.
This change facilitates the creation of firmware for the left side only,
thereby expediting the build process.
Usage: make left
This update maintains existing functionality. Without specifying the
left target, firmware for both halves will be generated.
- Add separate make targets to clean firmware and docker image
Add targets clean_firmware and clean_image independently while maintaing clean to run both
- Ensure files modified by the build process are reset at the end
The current build process dynamically generates the content of the version macro
in config/version.dtsi to enable users to print out the precise version and commit
the firmware was built on via a keybinding on the keymap.
This change ensurs that the changes to this macro file are reset at the end of the
build process to ensure it isn't shown as modified and added to keymap commit changes.
* Prefer `tr` to ${char^^}, which does not work on older bash versions
* Update CHANGELOG.md
---------
Co-authored-by: ReFil <31960031+ReFil@users.noreply.github.com>
* Version compiled FW with hash
Auto generates a macro to type out version info, local and github compilation now includes commit hash and timestamp in final uf2 files
* Fix local builds
makefile doesn't like the script returning the macro, directed to null for local builds as version.dtsi file accessible