| Age | Commit message (Collapse) | Author |
|
|
|
* 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>
|
|
|
|
* Add pull request template
* Update CHANGELOG.md
|
|
This reverts commit 9fc6c6239c362671e3b005fc771a3771b6b2c240.
|
|
This reverts commit 18e664a8396089bc9b4be24fcb84b5a8cda8bab0.
|
|
|
|
|
|
* Make get_version use bash from $PATH
* Update CHANGELOG.md
---------
Co-authored-by: ReFil <31960031+ReFil@users.noreply.github.com>
|
|
|
|
This reverts commit 7adf0629f7bfd3d20c3fb9e7039329169acdae5d.
|
|
* Update keymap.json to reflect version macro
* Update CHANGELOG.md
|
|
|
|
* 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
|
|
* Document new NKRO settings
* Update CHANGELOG.md
|
|
* Improve documentation based on feedback
* Update README.md
* Update CHANGELOG.md
|
|
Improves reset performance after last minor ZMK update
|
|
Tweaks to point to new ZMK branch, changes to support this.
|
|
* Minor cleanup, change date format, add beta testing
* Update CHANGELOG.md
|
|
* Fix SC2002 Shell Check warning
* Fix SC2086 Shell Check warnings
|
|
|
|
|
|
This commit adds a new section in the README.md file detailing instructions for users upgrading from V2 to V3.
|
|
refactor(board): Update to z3.2
Major update to underlying code requires change to the repo, brought in line with zmk pr for commonality, fixed indentation to comply with zmk pre-commit formatting reqs
Update settings-reset, change RGB modes
Add Update instructions, Assets folder
|
|
Remove unmapped keys from matrix, remap transform in line with this, unmap associated IO, bring keymap in line with manual
|
|
Provide flashing instructions, point at GUI editor, and format support links.
|
|
|
|
|
|
|
|
Fix config files to add extra pedal keys
|
|
|
|
Add additional pedal keys
|
|
Adds pedal2 keys on left and right back into matrix
|
|
Disable USB logging
|
|
|
|
Disable SELinux support on OS X
|
|
Correct column alignment for generated keymaps
|
|
|
|
|
|
- Updated the layout definition to at least make sure the right half mirrors the left.
- Updated some of the labels to match the default keymap
|
|
|
|
Update README.md to account for new makefile setup
|
|
|
|
|
|
Makefile: allow volumes to work on selinux
|
|
Volumes need the "z" option to work on selinux enabled systems. This has
no affect on systems that are not selinux enabled.
|
|
Makefile: simplify; clean should remove images created
|
|
The target all was previous running setup followed by build. As
both setup and build are phony targets they run in sequence and because
the firmware contain the timestamp they always run (dependencies doesn't
do anything). all now does exactly what it says on the tin
without introducing non-standard targets.
clean now removes the images that created during build which is
what you expect from that target. See:
https://www.gnu.org/software/make/manual/html_node/Standard-Targets.html#Standard-Targets
|
|
makefile: ignore errors during clean
|
|
support using podman or docker
|